|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
THIS IS NO LONGER USED, AND WILL BE REMOVED IN THE NEXT RELEASE. THE JCK SIGNATURE TEST THINKS THIS INTERFACE SHOULD EXIST
Method Summary | |
int |
getColumnCount()
Gets the number of columns this cell spans (e.g. the grid width). |
int |
getGridColumn()
Gets the column of the grid location |
int |
getGridRow()
Gets the row of the grid location |
int |
getRowCount()
Gets the number of rows this cell spans (that is, the grid height). |
void |
setGridLocation(int row,
int col)
Sets the grid location. |
Method Detail |
public void setGridLocation(int row, int col)
row
- the row >= 0col
- the column >= 0public int getGridRow()
public int getGridColumn()
public int getColumnCount()
public int getRowCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |