|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.googlecode.lanterna.gui.listener.WindowAdapter
griffon.lanterna.WindowManager.WindowHelper
private class WindowManager.WindowHelper extends com.googlecode.lanterna.gui.listener.WindowAdapter
WindowAdapter that optionally invokes hide() when the window is about to be closed.
| Constructor Summary | |
WindowManager.WindowHelper()
|
|
| Method Summary | |
|---|---|
void
|
onWindowClosed(com.googlecode.lanterna.gui.Window window)
|
void
|
onWindowShown(com.googlecode.lanterna.gui.Window window)
|
| Methods inherited from class com.googlecode.lanterna.gui.listener.WindowAdapter | |
|---|---|
| com.googlecode.lanterna.gui.listener.WindowAdapter#onWindowInvalidated(com.googlecode.lanterna.gui.Window), com.googlecode.lanterna.gui.listener.WindowAdapter#onUnhandledKeyboardInteraction(com.googlecode.lanterna.gui.Window, com.googlecode.lanterna.input.Key), com.googlecode.lanterna.gui.listener.WindowAdapter#onFocusChanged(com.googlecode.lanterna.gui.Window, com.googlecode.lanterna.gui.Interactable, com.googlecode.lanterna.gui.Interactable), com.googlecode.lanterna.gui.listener.WindowAdapter#onWindowShown(com.googlecode.lanterna.gui.Window), com.googlecode.lanterna.gui.listener.WindowAdapter#onWindowClosed(com.googlecode.lanterna.gui.Window), com.googlecode.lanterna.gui.listener.WindowAdapter#wait(), com.googlecode.lanterna.gui.listener.WindowAdapter#wait(long), com.googlecode.lanterna.gui.listener.WindowAdapter#wait(long, int), com.googlecode.lanterna.gui.listener.WindowAdapter#equals(java.lang.Object), com.googlecode.lanterna.gui.listener.WindowAdapter#toString(), com.googlecode.lanterna.gui.listener.WindowAdapter#hashCode(), com.googlecode.lanterna.gui.listener.WindowAdapter#getClass(), com.googlecode.lanterna.gui.listener.WindowAdapter#notify(), com.googlecode.lanterna.gui.listener.WindowAdapter#notifyAll() |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
WindowManager.WindowHelper()
| Method Detail |
|---|
@Overridepublic void onWindowClosed(Window window) {
public void onWindowClosed(com.googlecode.lanterna.gui.Window window)
@Overridepublic void onWindowShown(Window window) {
public void onWindowShown(com.googlecode.lanterna.gui.Window window)
Groovy Documentation