Uses of Interface
org.fest.swing.core.ResettableComponentMatcher
Packages that use ResettableComponentMatcher
Package
Description
Building blocks for all FEST-Swing fixtures.
Common implementations of
GenericTypeMatcher
.-
Uses of ResettableComponentMatcher in org.fest.swing.core
Classes in org.fest.swing.core that implement ResettableComponentMatcherModifier and TypeClassDescriptionclass
Understands a base class for implementations of
.ResettableComponentMatcher
class
GenericTypeMatcher<T extends Component>
Understands a
that matches aComponentMatcher
by type and some custom search criteria.Component
class
final class
Understands
matching by name and (optionally) by type.Component
final class
Understands
matching by type.Component
-
Uses of ResettableComponentMatcher in org.fest.swing.core.matcher
Classes in org.fest.swing.core.matcher that implement ResettableComponentMatcherModifier and TypeClassDescriptionfinal class
Understands matching a
by name, title and visibility on the screen.Dialog
final class
Understands matching a
by type, name or title.Frame
final class
Understands matching a
by name, text and visibility on the screen.JButton
final class
Understands matching a
by type, name or text.JLabel
final class
Understands matching a
by type, name or text.JTextComponent
class
NamedComponentMatcherTemplate<T extends Component>
Understands a template for matching components by name.