Package | Description |
---|---|
icy.common.listener.weak |
Contains common shared weak listener in Icy
|
icy.gui.frame |
Contains all custom Frame (non modal)
|
Modifier and Type | Method and Description |
---|---|
void |
WeakIcyFrameListener.icyFrameActivated(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameClosed(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameClosing(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameDeactivated(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameDeiconified(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameExternalized(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameIconified(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameInternalized(IcyFrameEvent e) |
void |
WeakIcyFrameListener.icyFrameOpened(IcyFrameEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
IcyFrameListener.icyFrameActivated(IcyFrameEvent e)
Invoked when the icyFrame is set to be the active icyFrame.
|
void |
IcyFrameAdapter.icyFrameActivated(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameClosed(IcyFrameEvent e)
Invoked when an icyFrame has been closed as the result of calling dispose on the icyFrame.
|
void |
IcyFrameAdapter.icyFrameClosed(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameClosing(IcyFrameEvent e)
Invoked when the user attempts to close the icyFrame from the icyFrame's system menu.
|
void |
IcyFrameAdapter.icyFrameClosing(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameDeactivated(IcyFrameEvent e)
Invoked when an icyFrame is no longer the active Window.
|
void |
IcyFrameAdapter.icyFrameDeactivated(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameDeiconified(IcyFrameEvent e)
Invoked when an icyFrame is changed from a minimized to a normal state.
|
void |
IcyFrameAdapter.icyFrameDeiconified(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameExternalized(IcyFrameEvent e)
Invoked when an IcyFrame is changed to internalized to externalized state
|
void |
IcyFrameAdapter.icyFrameExternalized(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameIconified(IcyFrameEvent e)
Invoked when an icyFrame is changed from a normal to a minimized state.
|
void |
IcyFrameAdapter.icyFrameIconified(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameInternalized(IcyFrameEvent e)
Invoked when an IcyFrame is changed to externalized to internalized state
|
void |
IcyFrameAdapter.icyFrameInternalized(IcyFrameEvent e) |
void |
IcyFrameListener.icyFrameOpened(IcyFrameEvent e)
Invoked the first time the icyFrame is made visible.
|
void |
IcyFrameAdapter.icyFrameOpened(IcyFrameEvent e) |