|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- definition of row value data typeV
- definition of the model data result setpublic interface ITableModelInfo<T,V>
ITableModelInfo
interface is used by AbstractTableModel classes to
provide general information about model JTable component.
Method Summary | |
---|---|
V |
getModelData()
Get model data for the given Table Model |
int |
getRowCount()
Get number of rows in the current table model |
T |
getRowValue(int row)
Get value of the given model at specified row |
Method Detail |
---|
V getModelData()
T getRowValue(int row)
row
- row index
int getRowCount()
|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |