| | |
| | void | addTableModelListener(TableModelListener l) |
|
| | Class | getColumnClass(int columnIndex) |
|
| | int | getColumnCount() |
|
| | String | getColumnName(int columnIndex) |
|
| | int | getRowCount() |
|
| | Object | getValueAt(int rowIndex, int columnIndex) |
|
| | boolean | isCellEditable(int rowIndex, int columnIndex) |
|
| | void | removeTableModelListener(TableModelListener l) |
|
| | void | setValueAt(Object aValue, int rowIndex, int columnIndex) |
|