|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjavax.swing.event.InternalFrameAdapter
griffon.swing.WindowManager.InternalFrameHelper
private class WindowManager.InternalFrameHelper extends InternalFrameAdapter
InternalFrameAdapter that triggers application events when a window is shown/hidden, it also invokes hide() when the window is about to be closed.
| Constructor Summary | |
WindowManager.InternalFrameHelper()
|
|
| Method Summary | |
|---|---|
void
|
internalFrameClosed(InternalFrameEvent event)
Triggers a WindowHidden event with the internal frame as sole argument |
void
|
internalFrameClosing(InternalFrameEvent event)
|
void
|
internalFrameOpened(InternalFrameEvent event)
Triggers a WindowShown event with the internal frame as sole argument |
| Methods inherited from class InternalFrameAdapter | |
|---|---|
| internalFrameOpened, internalFrameClosing, internalFrameClosed, internalFrameIconified, internalFrameDeiconified, internalFrameActivated, internalFrameDeactivated, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
WindowManager.InternalFrameHelper()
| Method Detail |
|---|
public void internalFrameClosed(InternalFrameEvent event)
public void internalFrameClosing(InternalFrameEvent event)
public void internalFrameOpened(InternalFrameEvent event)
Groovy Documentation