|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowModel
RowModel
is a table model interface that supports row based on table model. The row object must
implement Row
interface.
Method Summary | |
---|---|
Row |
getRowAt(int rowIndex)
/** Returns the Row at the row index specified by rowIndex . |
int |
getRowIndex(Row row)
Gets the index of the Row. |
Method Detail |
---|
Row getRowAt(int rowIndex)
rowIndex
.
rowIndex
- the row whose row is to be queried
int getRowIndex(Row row)
row
- the Row
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |