|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResettableComponentMatcher | |
---|---|
org.fest.swing.core | Building blocks for all FEST-Swing fixtures. |
org.fest.swing.core.matcher |
Common implementations of . |
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 . |
class |
GenericTypeMatcher<T extends Component>
Understands a that matches a by type and some
custom search criteria. |
class |
LabelMatcher
Understands matching by the text of the associated
and (optionally) by type. |
class |
NameMatcher
Understands matching by name and (optionally) by type. |
class |
TypeMatcher
Understands 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 by name, title and visibility on the screen. |
class |
FrameMatcher
Understands matching a by type, name or title. |
class |
JButtonMatcher
Understands matching a by name, text and visibility on the screen. |
class |
JLabelMatcher
Understands matching a by type, name or text. |
class |
JTextComponentMatcher
Understands matching a by type, name or text. |
class |
NamedComponentMatcherTemplate<T extends Component>
Understands a template for matching components by name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |