Uses of Class
org.fest.swing.core.matcher.NamedComponentMatcherTemplate

Packages that use NamedComponentMatcherTemplate
org.fest.swing.core.matcher Common implementations of GenericTypeMatcher
 

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

Subclasses of NamedComponentMatcherTemplate 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.
 



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