Package | Description |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
org.fest.swing.util |
Some useful utility methods.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Triple<I,II,III>
Understands a tuple of size 3.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.