Uses of Class
org.fest.swing.driver.JTableLocation

Packages that use JTableLocation
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
 

Uses of JTableLocation in org.fest.swing.driver
 

Fields in org.fest.swing.driver declared as JTableLocation
protected  JTableLocation AbstractJTableCellWriter.location
           
 

Methods in org.fest.swing.driver with parameters of type JTableLocation
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 JTable to the given cell.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.