|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
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 . |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |