|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.util.WindowManager
public class WindowManager
Class allows to make periodical window jobs like error window closing.
WindowJob
Nested Class Summary | |
---|---|
static class |
WindowManager.ModalDialogChoosingJob
|
Method Summary | |
---|---|
void |
add(WindowJob job)
Adds job to list. |
static void |
addJob(WindowJob job)
Adds job to list. |
TestOut |
getOutput()
Returns print output streams or writers. |
Timeouts |
getTimeouts()
Return current timeouts. |
static void |
performJob(WindowJob job)
|
void |
remove(WindowJob job)
Removes job from list. |
static void |
removeJob(WindowJob job)
Removes job from list. |
void |
setOutput(TestOut output)
Defines print output streams or writers. |
void |
setTimeouts(Timeouts timeouts)
Defines current timeouts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addJob(WindowJob job)
job
- a job to perform.public static void removeJob(WindowJob job)
job
- a job to remove.public static void performJob(WindowJob job)
public void setTimeouts(Timeouts timeouts)
Timeoutable
setTimeouts
in interface Timeoutable
timeouts
- A collection of timeout assignments.Timeoutable.getTimeouts()
public Timeouts getTimeouts()
Timeoutable
getTimeouts
in interface Timeoutable
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
public void setOutput(TestOut output)
Outputable
setOutput
in interface Outputable
output
- Identify the streams or writers used for print output.Outputable.getOutput()
public TestOut getOutput()
Outputable
getOutput
in interface Outputable
Outputable.setOutput(org.netbeans.jemmy.TestOut)
public void add(WindowJob job)
job
- a job to perform.public void remove(WindowJob job)
job
- a job to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |