Package | Description |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
Modifier and Type | Field and Description |
---|---|
protected JTableLocation |
AbstractJTableCellWriter.location |
Modifier and Type | Method and Description |
---|---|
protected static Point |
AbstractJTableCellWriter.cellLocation(JTable table,
int row,
int column,
JTableLocation location)
Returns the location of the given table cell.
|
protected static void |
AbstractJTableCellWriter.scrollToCell(JTable table,
int row,
int column,
JTableLocation location)
Scrolls the given
to the given cell. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.