|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentMatcher
Understands whether a
matches some desired criteria.
Component
Method Summary | |
---|---|
boolean |
matches(Component c)
Verifies that the given matches some lookup criteria. |
Method Detail |
---|
boolean matches(Component c)
Component
matches some lookup criteria.
c
- the Component
to verify.
true
if the given Component
matches some lookup criteria, otherwise
false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |