Uses of Class
org.fest.swing.util.Pair

Packages that use Pair
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
org.fest.swing.util Some useful utility methods. 
 

Uses of Pair in org.fest.swing.driver
 

Methods in org.fest.swing.driver that return Pair
 Pair<Rectangle,Point> JTreeLocation.pathBoundsAndCoordinates(JTree tree, TreePath path)
          Returns the bounds and visible coordinates of the given path.
 Pair<Integer,Point> JTableHeaderLocation.pointAt(JTableHeader tableHeader, TextMatcher matcher)
          Returns the index and the coordinates of the column which name matches the value in the given TextMatcher.
 Pair<Rectangle,Point> JTreeLocation.rowBoundsAndCoordinates(JTree tree, int row)
          Returns the bounds and visible coordinates of the given row.
 

Uses of Pair in org.fest.swing.util
 

Subclasses of Pair in org.fest.swing.util
 class Triple<I,II,III>
          Understands a tuple of size 3.
 



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