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 JTableLocationAbstractJTableCellWriter.locationprivate final JTableLocationJTableDriver.locationMethods in org.fest.swing.driver with parameters of type JTableLocationModifier and TypeMethodDescriptionprotected static PointAbstractJTableCellWriter.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 PointJTableDriver.pointAtCell(JTable table, TableCell cell, JTableLocation location) protected static voidAbstractJTableCellWriter.scrollToCell(JTable table, int row, int column, JTableLocation location) Scrolls the givento the given cell.JTableprivate static voidJTableDriver.scrollToCell(JTable table, int row, int column, JTableLocation location) private static voidJTableDriver.scrollToCell(JTable table, TableCell cell, JTableLocation location) private static PointJTableDriver.scrollToPointAtCell(JTable table, TableCell cell, JTableLocation location)