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 given
matches some lookup criteria.Component
- Parameters:
c
- theComponent
to verify.- Returns:
true
if the givenComponent
matches some lookup criteria, otherwisefalse
.
-