public class IcyFrameAdapter extends java.lang.Object implements IcyFrameListener
| Constructor and Description |
|---|
IcyFrameAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
icyFrameActivated(IcyFrameEvent e)
Invoked when the icyFrame is set to be the active icyFrame.
|
void |
icyFrameClosed(IcyFrameEvent e)
Invoked when an icyFrame has been closed as the result of calling dispose on the icyFrame.
|
void |
icyFrameClosing(IcyFrameEvent e)
Invoked when the user attempts to close the icyFrame from the icyFrame's system menu.
|
void |
icyFrameDeactivated(IcyFrameEvent e)
Invoked when an icyFrame is no longer the active Window.
|
void |
icyFrameDeiconified(IcyFrameEvent e)
Invoked when an icyFrame is changed from a minimized to a normal state.
|
void |
icyFrameExternalized(IcyFrameEvent e)
Invoked when an IcyFrame is changed to internalized to externalized state
|
void |
icyFrameIconified(IcyFrameEvent e)
Invoked when an icyFrame is changed from a normal to a minimized state.
|
void |
icyFrameInternalized(IcyFrameEvent e)
Invoked when an IcyFrame is changed to externalized to internalized state
|
void |
icyFrameOpened(IcyFrameEvent e)
Invoked the first time the icyFrame is made visible.
|
public IcyFrameAdapter()
public void icyFrameActivated(IcyFrameEvent e)
IcyFrameListenericyFrameActivated in interface IcyFrameListenerpublic void icyFrameClosed(IcyFrameEvent e)
IcyFrameListenericyFrameClosed in interface IcyFrameListenerpublic void icyFrameClosing(IcyFrameEvent e)
IcyFrameListenericyFrameClosing in interface IcyFrameListenerpublic void icyFrameDeactivated(IcyFrameEvent e)
IcyFrameListenericyFrameDeactivated in interface IcyFrameListenerpublic void icyFrameDeiconified(IcyFrameEvent e)
IcyFrameListenericyFrameDeiconified in interface IcyFrameListenerpublic void icyFrameExternalized(IcyFrameEvent e)
IcyFrameListenericyFrameExternalized in interface IcyFrameListenerpublic void icyFrameIconified(IcyFrameEvent e)
IcyFrameListenericyFrameIconified in interface IcyFrameListenerpublic void icyFrameInternalized(IcyFrameEvent e)
IcyFrameListenericyFrameInternalized in interface IcyFrameListenerpublic void icyFrameOpened(IcyFrameEvent e)
IcyFrameListenericyFrameOpened in interface IcyFrameListener