|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowEnumeration
This enumeration allows for access to a tables rows. Each call to 'nextRowIndex()' returns an int that can be used in the 'Table.getCellContents(int row, int column)'.
Method Summary | |
---|---|
boolean |
hasMoreRows()
Determines if there are any rows left in the enumeration. |
int |
nextRowIndex()
Returns the next row index from the enumeration. |
Method Detail |
---|
boolean hasMoreRows()
int nextRowIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |