|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface WindowDisplayHandler
Controls how windows and internal frames are shown and hidden at runtime.
| Method Summary | |
|---|---|
void
|
hide(Window window, GriffonApplication application)
Callback for hiding a window. |
void
|
hide(JInternalFrame window, GriffonApplication application)
Callback for hiding an internal frame. |
void
|
show(Window window, GriffonApplication application)
Callback for displaying a window. |
void
|
show(JInternalFrame window, GriffonApplication application)
Callback for displaying an internal frame. |
| Method Detail |
|---|
public void hide(Window window, GriffonApplication application)
window - the window to hideapplication - the current application
public void hide(JInternalFrame window, GriffonApplication application)
window - the window to hideapplication - the current application
public void show(Window window, GriffonApplication application)
window - the window to be displayedapplication - the current application
public void show(JInternalFrame window, GriffonApplication application)
window - the window to be displayedapplication - the current application
Groovy Documentation