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 |
---|---|
int |
JTabbedPaneLocation.indexOf(JTabbedPane tabbedPane,
TextMatcher matcher)
Returns the index of the first tab whose title matches the value in the given
. |
int |
JTableHeaderLocation.indexOf(JTableHeader tableHeader,
TextMatcher matcher)
Returns the index of the column which name matches the value in the given
, or -1
if a matching column was not found. |
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
. |
Modifier and Type | Class and Description |
---|---|
class |
PatternTextMatcher
Understands matching text to a group of
String values. |
class |
StringTextMatcher
Understands matching text to a group of
String values. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.