| Fields |
| final public static int |
INTERNAL_FRAME_FIRST The first number in the range of IDs used for internal frame events.
|
| final public static int |
INTERNAL_FRAME_LAST The last number in the range of IDs used for internal frame events.
|
| final public static int |
INTERNAL_FRAME_OPENED Details
The "window opened" event. This event is delivered only
the first time the internal frame is made visible.
|
| final public static int |
INTERNAL_FRAME_CLOSING Details
The "window is closing" event. This event is delivered when
the user attempts to close the internal frame, such as by
clicking the internal frame's close button,
or when a program attempts to close the internal frame
by invoking the setClosed method.
|
| final public static int |
INTERNAL_FRAME_CLOSED Details
The "window closed" event. This event is delivered after
the internal frame has been closed as the result of a call to
the setClosed or
dispose method.
|
| final public static int |
INTERNAL_FRAME_ICONIFIED Details
The "window iconified" event.
This event indicates that the internal frame
was shrunk down to a small icon.
|
| final public static int |
INTERNAL_FRAME_DEICONIFIED Details
The "window deiconified" event type. This event indicates that the
internal frame has been restored to its normal size.
|
| final public static int |
INTERNAL_FRAME_ACTIVATED Details
The "window activated" event type. This event indicates that keystrokes
and mouse clicks are directed towards this internal frame.
|
| final public static int |
INTERNAL_FRAME_DEACTIVATED Details
The "window deactivated" event type. This event indicates that keystrokes
and mouse clicks are no longer directed to the internal frame.
|