Uses of Interface
org.fest.swing.util.TextMatcher

Packages that use TextMatcher
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
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 TextMatcher.
 int JTableHeaderLocation.indexOf(JTableHeader tableHeader, TextMatcher matcher)
          Returns the index of the column which name matches the value in the given TextMatcher, 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 TextMatcher.
 

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.
 



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