|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentChooser
This interface should be implemented to define the criteria used to search for a component.
ComponentSearcher,
WindowWaiter| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns searched component description. |
boolean |
checkComponent(java.awt.Component comp)
Check if the component argument meets the search criteria. |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||