Package org.fest.swing.core.matcher

Common implementations of GenericTypeMatcher.

See:
          Description

Class Summary
DialogMatcher Understands matching a Dialog by name, title and visibility on the screen.
FrameMatcher Understands matching a Frame by type, name or title.
JButtonMatcher Understands matching a JButton by name, text and visibility on the screen.
JLabelMatcher Understands matching a JLabel by type, name or text.
JTextComponentMatcher Understands matching a JTextComponent by type, name or text.
NamedComponentMatcherTemplate<T extends Component> Understands a template for matching components by name.
 

Package org.fest.swing.core.matcher Description

Common implementations of GenericTypeMatcher.



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