|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowJob
Supposed to be used to perform some periodical job.
WindowManager| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Job description. |
boolean |
checkComponent(java.awt.Component comp)
Checks if window is what we want to do something with. |
java.lang.Object |
launch(java.lang.Object obj)
Perform necessary actions. |
| Method Detail |
|---|
java.lang.Object launch(java.lang.Object obj)
launch in interface Actionobj - action argument. This argument might be the method
parameter in an invocation of
ActionProducer.produceAction(Object). This argument
might be a java.lang.String[] that lists the
command line arguments used to execute a test (or not).
boolean checkComponent(java.awt.Component comp)
checkComponent in interface ComponentChoosercomp - Component to check.
true when the component conforms to
the search criteria; false otherwise.java.lang.String getDescription()
getDescription in interface ActiongetDescription in interface ComponentChooser
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||