public abstract class GooeyWindow<T extends java.awt.Window> extends GooeyDisplayable<T>
| Modifier | Constructor and Description |
|---|---|
protected |
GooeyWindow(java.lang.Class<T> type,
java.lang.String noWindowMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close(T window) |
protected T |
getTarget() |
protected void |
setEnableCapture(boolean on) |
capture, getTimeout, invoke, testprotected GooeyWindow(java.lang.Class<T> type, java.lang.String noWindowMessage)
protected final void setEnableCapture(boolean on)
setEnableCapture in class GooeyDisplayable<T extends java.awt.Window>protected void close(T window)
close in class GooeyDisplayable<T extends java.awt.Window>protected T getTarget()
getTarget in class GooeyDisplayable<T extends java.awt.Window>