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 TypeClassDescriptionclassGenericTypeMatcher<T extends Component>Understands athat matches aComponentMatcherby type and some custom search criteria.Componentclassfinal classUnderstandsmatching by name and (optionally) by type.Componentfinal classUnderstandsmatching by type.Component -
Uses of AbstractComponentMatcher in org.fest.swing.core.matcher
Subclasses of AbstractComponentMatcher in org.fest.swing.core.matcherModifier and TypeClassDescriptionfinal classUnderstands matching aby name, title and visibility on the screen.Dialogfinal classUnderstands matching aby type, name or title.Framefinal classUnderstands matching aby name, text and visibility on the screen.JButtonfinal classUnderstands matching aby type, name or text.JLabelfinal classUnderstands matching aby type, name or text.JTextComponentclassNamedComponentMatcherTemplate<T extends Component>Understands a template for matching components by name.