|
IMSEVimse 1.0 Draft |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is the model for a grid table.
Method Summary | |
int |
getColumnCount()
Returns the number of columns in the table. |
int |
getRowCount()
Returns the number of rows in the table. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Returns the value in the specified cell. |
Method Detail |
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
rowIndex
- the row of the cell.columnIndex
- the column of the cell.
|
IMSEVimse 1.0 Draft |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |