Public Member Functions | |
EbeTableModel () | |
EbeTableModel (ComplexObject complex, ErrorBrowserEditor editor) | |
int | getRowCount () |
int | getColumnCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
boolean | isCellEditable (int row, int col) |
String | getColumnName (int c) |
void | setValueAt (Object value, int row, int col) |
Private Attributes | |
Object[][] | tableObjects |
TreeMap< String, SimpleObject > | attrs = null |
ComplexObject | complex |
ErrorBrowserEditor | editor |
Static Private Attributes | |
String[] | columnNames |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|
|
|
|
|