Outputable
, Timeoutable
public class WindowManager extends java.lang.Object implements Timeoutable, Outputable
WindowJob
Modifier and Type | Class | Description |
---|---|---|
static class |
WindowManager.ModalDialogChoosingJob |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.