Public Member Functions | |
| int | getRowCount () |
| int | getColumnCount () |
| String | getColumnName (int col) |
| Class | getColumnClass (int col) |
| boolean | isCellEditable (int row, int col) |
| Object | getValueAt (int row, int col) |
| void | setValueAt (Object value, int row, int col) |
| void | storeVal () |
| void | resetValues () |
Package Functions | |
| CDBTableModel (Object[][]data, String[]colNames) | |
Package Attributes | |
| Object[][] | data |
| String[] | colNames |
| HashMap | resetValue = new HashMap() |
|
||||||||||||
|
Constructs a table model.
|
|
|
Returns the most specific superclass for all the cell values in the column.
|
|
|
Returns the number of columns in the model. |
|
|
Returns the name of the column at columnIndex.
|
|
|
Returns the number of rows in the model. |
|
||||||||||||
|
Returns the value for the cell at columnIndex and rowIndex.
|
|
||||||||||||
|
Returns true if the cell at rowIndex and columnIndex is editable.
|
|
|
|
|
||||||||||||||||
|
Sets the value in the cell at columnIndex and rowIndex to aValue.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8