Fields Summary |
---|
public static final int | INTERNAL_FRAME_FIRSTThe first number in the range of IDs used for internal frame events. |
public static final int | INTERNAL_FRAME_LASTThe last number in the range of IDs used for internal frame events. |
public static final int | INTERNAL_FRAME_OPENEDThe "window opened" event. This event is delivered only
the first time the internal frame is made visible. |
public static final int | INTERNAL_FRAME_CLOSINGThe "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. |
public static final int | INTERNAL_FRAME_CLOSEDThe "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. |
public static final int | INTERNAL_FRAME_ICONIFIEDThe "window iconified" event.
This event indicates that the internal frame
was shrunk down to a small icon. |
public static final int | INTERNAL_FRAME_DEICONIFIEDThe "window deiconified" event type. This event indicates that the
internal frame has been restored to its normal size. |
public static final int | INTERNAL_FRAME_ACTIVATEDThe "window activated" event type. This event indicates that keystrokes
and mouse clicks are directed towards this internal frame. |
public static final int | INTERNAL_FRAME_DEACTIVATEDThe "window deactivated" event type. This event indicates that keystrokes
and mouse clicks are no longer directed to the internal frame. |