public class Window extends BasePattern
pattern| Constructor and Description |
|---|
Window() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the 'window'
|
boolean |
isModal()
Returns whether this control is modal
|
boolean |
isTopMost()
IS this window topmost
|
void |
maximize()
Maximize the 'window'
|
void |
minimize()
Minimize the 'window'
|
void |
setWindowState(WindowVisualState state)
Sets the visual state
|
void |
waitForInputIdle(int timeout)
Waits for the window to be idle, and allow input
|
isAvailable, setPatternpublic void waitForInputIdle(int timeout)
timeout - A timeout to usepublic void maximize()
public void minimize()
public boolean isModal()
public boolean isTopMost()
public void close()
public void setWindowState(WindowVisualState state)
state - The state to setCopyright © 2016. All rights reserved.