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