Uses of Interface
org.fest.swing.core.ResettableComponentMatcher

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

Uses of ResettableComponentMatcher in org.fest.swing.core
 

Classes in org.fest.swing.core that implement ResettableComponentMatcher
 class AbstractComponentMatcher
          Understands a base class for implementations of ResettableComponentMatcher.
 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 ResettableComponentMatcher in org.fest.swing.core.matcher
 

Classes in org.fest.swing.core.matcher that implement ResettableComponentMatcher
 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.