public interface ITableModel
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Returns the number of columns in the given table model
|
ITableCell |
getItem(int rowIndex,
int columnIndex)
Returns the cell on the given position
|
int |
getRowCount()
Returns the number of rows in the table model
|
ISettings |
getSettings()
Returns the settings of the table model
|
int getRowCount()
int getColumnCount()
ITableCell getItem(int rowIndex, int columnIndex)
rowIndex
- index of the cell's rowcolumnIndex
- index of the cell's columnISettings getSettings()