|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextMatcher | |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.util | Some useful utility methods. |
Uses of TextMatcher in org.fest.swing.driver |
---|
Methods in org.fest.swing.driver with parameters of type TextMatcher | |
---|---|
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 . |
Uses of TextMatcher in org.fest.swing.util |
---|
Classes in org.fest.swing.util that implement TextMatcher | |
---|---|
class |
PatternTextMatcher
Understands matching text to a group of String values. |
class |
StringTextMatcher
Understands matching text to a group of String values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |