ICY Version 1.0.1.0
Public Member Functions

icy.gui.frame.IcyFrameListener Interface Reference

Inheritance diagram for icy.gui.frame.IcyFrameListener:
icy.gui.frame.IcyFrameAdapter

List of all members.

Public Member Functions

void icyFrameOpened (IcyFrameEvent e)
void icyFrameClosing (IcyFrameEvent e)
void icyFrameClosed (IcyFrameEvent e)
void icyFrameIconified (IcyFrameEvent e)
void icyFrameDeiconified (IcyFrameEvent e)
void icyFrameActivated (IcyFrameEvent e)
void icyFrameDeactivated (IcyFrameEvent e)
void icyFrameInternalized (IcyFrameEvent e)
void icyFrameExternalized (IcyFrameEvent e)

Detailed Description

Author:
stephane

Member Function Documentation

void icy.gui.frame.IcyFrameListener.icyFrameActivated ( IcyFrameEvent  e)

Invoked when the icyFrame is set to be the active icyFrame. The active Window is always either the focused Window, or the first Frame or Dialog that is an owner of the focused Window.

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameClosed ( IcyFrameEvent  e)

Invoked when an icyFrame has been closed as the result of calling dispose on the icyFrame.

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameClosing ( IcyFrameEvent  e)

Invoked when the user attempts to close the icyFrame from the icyFrame's system menu.

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameDeactivated ( IcyFrameEvent  e)

Invoked when an icyFrame is no longer the active Window. The active Window is always either the focused Window, or the first Frame or Dialog that is an owner of the focused Window.

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameDeiconified ( IcyFrameEvent  e)

Invoked when an icyFrame is changed from a minimized to a normal state.

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameExternalized ( IcyFrameEvent  e)

Invoked when an IcyFrame is changed to internalized to externalized state

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameIconified ( IcyFrameEvent  e)

Invoked when an icyFrame is changed from a normal to a minimized state. For many platforms, a minimized icyFrame is displayed as the icon specified in the icyFrame's iconImage property.

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameInternalized ( IcyFrameEvent  e)

Invoked when an IcyFrame is changed to externalized to internalized state

Implemented in icy.gui.frame.IcyFrameAdapter.

void icy.gui.frame.IcyFrameListener.icyFrameOpened ( IcyFrameEvent  e)

Invoked the first time the icyFrame is made visible.

Implemented in icy.gui.frame.IcyFrameAdapter.


The documentation for this interface was generated from the following file:
 All Classes Functions Variables