public interface ComponentChooser
ComponentSearcher
,
WindowWaiter
Modifier and Type | Method and Description |
---|---|
boolean |
checkComponent(java.awt.Component comp)
Check if the component argument meets the search criteria.
|
java.lang.String |
getDescription()
Returns searched component description.
|
boolean checkComponent(java.awt.Component comp)
comp
- Component to check.true
when the component conforms to
the search criteria; false
otherwise.java.lang.String getDescription()