|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.grid.TableScrollPane.TablePosition
public static class TableScrollPane.TablePosition
A class that define a table, a row index and a column index. This class is used by TableScrollPane.getTableAtCell(int, int), TableScrollPane.getTableAtRow(int) and TableScrollPane.getTableAtColumn(int) to convert the row index and column index from the TableScrollPane to its
child tables.
| Constructor Summary | |
|---|---|
TableScrollPane.TablePosition(JTable table,
int row,
int column)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
Get the column in the table. |
int |
getRow()
Get the row in the table. |
JTable |
getTable()
Get the table field in the class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableScrollPane.TablePosition(JTable table,
int row,
int column)
| Method Detail |
|---|
public JTable getTable()
public int getRow()
public int getColumn()
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||