public class StructTableModel extends AbstractTableModel
| Modifier and Type | Class and Description |
|---|---|
static class |
StructTableModel.Value
Represents one typed value of the data structure represented by the StructTableModel.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
data |
protected StructParser.TypedefDeclaration |
typedef |
listenerList| Constructor and Description |
|---|
StructTableModel(StructParser.TypedefDeclaration typedef,
Vector data)
Vector provides the data of the model.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
static String |
identifierToString(String s) |
String |
toString() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtprotected Vector data
protected StructParser.TypedefDeclaration typedef
public StructTableModel(StructParser.TypedefDeclaration typedef, Vector data)
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int column)
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelCopyright © 2014. All Rights Reserved.