|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.swing.driver.JTableLocation
public final class JTableLocation
Understands a visible location on a
.
JTable
Constructor Summary | |
---|---|
JTableLocation()
|
Method Summary | |
---|---|
Rectangle |
cellBounds(JTable table,
int row,
int column)
Returns the bounds of the given row and column. |
Rectangle |
cellBounds(JTable table,
TableCell cell)
Returns the bounds of the given cell. |
Point |
pointAt(JTable table,
int row,
int column)
Converts the given row and column into a coordinate pair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JTableLocation()
Method Detail |
---|
@RunsInCurrentThread public Point pointAt(JTable table, int row, int column)
JTable
's bounds.
Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for calling this method from the EDT.
table
- the target JTable
.row
- the given row.column
- the given column.
@RunsInCurrentThread public Rectangle cellBounds(JTable table, TableCell cell)
Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for calling this method from the EDT.
table
- the target JTable
.cell
- the given cell.
@RunsInCurrentThread public Rectangle cellBounds(JTable table, int row, int column)
Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for calling this method from the EDT.
table
- the target JTable
.row
- the given row.column
- the given column.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |