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 TypeClassDescriptionclassUnderstands a base class for implementations of.ResettableComponentMatcherclassGenericTypeMatcher<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 ResettableComponentMatcher in org.fest.swing.core.matcher
Classes in org.fest.swing.core.matcher that implement ResettableComponentMatcherModifier 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.