|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.util.WindowManager.ModalDialogChoosingJob
public static class WindowManager.ModalDialogChoosingJob
| Constructor Summary | |
|---|---|
WindowManager.ModalDialogChoosingJob()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description value. |
boolean |
checkComponent(java.awt.Component comp)
Check if the component argument meets the search criteria. |
java.lang.Object |
launch(java.lang.Object obj)
Executes this action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowManager.ModalDialogChoosingJob()
| Method Detail |
|---|
public boolean checkComponent(java.awt.Component comp)
ComponentChooser
checkComponent in interface ComponentChoosercheckComponent in interface WindowJobcomp - Component to check.
true when the component conforms to
the search criteria; false otherwise.public java.lang.Object launch(java.lang.Object obj)
Action
launch in interface Actionlaunch in interface WindowJobobj - 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).
public java.lang.String getDescription()
Action
getDescription in interface ActiongetDescription in interface ComponentChoosergetDescription in interface WindowJob
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||