Uses of Class
org.fest.swing.driver.JTableLocation
Packages that use JTableLocation
-
Uses of JTableLocation in org.fest.swing.driver
Fields in org.fest.swing.driver declared as JTableLocationModifier and TypeFieldDescriptionprotected final JTableLocation
AbstractJTableCellWriter.location
private final JTableLocation
JTableDriver.location
Methods in org.fest.swing.driver with parameters of type JTableLocationModifier and TypeMethodDescriptionprotected static Point
AbstractJTableCellWriter.cellLocation
(JTable table, int row, int column, JTableLocation location) Returns the location of the given table cell.JTableDriver.cellSelectionInfo
(JTable table, int row, int column, JTableLocation location) JTableCheckBoxEditorCellWriter.doStartCellEditing
(JTable table, int row, int column, JTableLocation location) private static Point
JTableDriver.pointAtCell
(JTable table, TableCell cell, JTableLocation location) protected static void
AbstractJTableCellWriter.scrollToCell
(JTable table, int row, int column, JTableLocation location) Scrolls the given
to the given cell.JTable
private static void
JTableDriver.scrollToCell
(JTable table, int row, int column, JTableLocation location) private static void
JTableDriver.scrollToCell
(JTable table, TableCell cell, JTableLocation location) private static Point
JTableDriver.scrollToPointAtCell
(JTable table, TableCell cell, JTableLocation location)