Uses of Class
org.fest.swing.core.AbstractComponentMatcher

Packages that use AbstractComponentMatcher
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
org.fest.swing.core.matcher Common implementations of GenericTypeMatcher
 

Uses of AbstractComponentMatcher in org.fest.swing.core
 

Subclasses of AbstractComponentMatcher in org.fest.swing.core
 class GenericTypeMatcher<T extends Component>
          Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
 class LabelMatcher
          Understands Component matching by the text of the associated JLabel and (optionally) by type.
 class NameMatcher
          Understands Component matching by name and (optionally) by type.
 class TypeMatcher
          Understands Component matching by type.
 

Uses of AbstractComponentMatcher in org.fest.swing.core.matcher
 

Subclasses of AbstractComponentMatcher in org.fest.swing.core.matcher
 class DialogMatcher
          Understands matching a Dialog by name, title and visibility on the screen.
 class FrameMatcher
          Understands matching a Frame by type, name or title.
 class JButtonMatcher
          Understands matching a JButton by name, text and visibility on the screen.
 class JLabelMatcher
          Understands matching a JLabel by type, name or text.
 class JTextComponentMatcher
          Understands matching a JTextComponent by type, name or text.
 class NamedComponentMatcherTemplate<T extends Component>
          Understands a template for matching components by name.
 



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