Package org.fest.swing.core
Interface ComponentMatcher
- All Known Subinterfaces:
ResettableComponentMatcher
- All Known Implementing Classes:
AbstractComponentMatcher,DialogMatcher,FrameMatcher,GenericTypeMatcher,JButtonMatcher,JLabelMatcher,JMenuItemMatcher,JTextComponentMatcher,LabelMatcher,NamedComponentMatcherTemplate,NameMatcher,TypeMatcher
public interface ComponentMatcher
Understands whether a
Component matches some desired criteria.-
Method Summary
-
Method Details
-
matches
Verifies that the givenmatches some lookup criteria.Component- Parameters:
c- theComponentto verify.- Returns:
trueif the givenComponentmatches some lookup criteria, otherwisefalse.
-