Uses of Class
org.fest.swing.core.AbstractComponentMatcher
Packages that use AbstractComponentMatcher
Package
Description
Building blocks for all FEST-Swing fixtures.
Common implementations of
GenericTypeMatcher
.-
Uses of AbstractComponentMatcher in org.fest.swing.core
Subclasses of AbstractComponentMatcher in org.fest.swing.coreModifier and TypeClassDescriptionclass
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 AbstractComponentMatcher in org.fest.swing.core.matcher
Subclasses of AbstractComponentMatcher in org.fest.swing.core.matcherModifier 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.