-
Field Summary
Fields
static final int
static final int
-
Method Summary
void
Fired when an internal frame is closed
void
Fired when an internal frame is closing
void
Fired when an internal frame gains the focus
void
Fired when an internal frame loses the focuse
void
Fired when an internal frame is opened (for the first time)
void
Signifies that the internal frame was removed from its parent.
void
Fired when an internal frame has been resized
-
Field Details
-
INTERNAL_FRAME_RESIZED
static final int INTERNAL_FRAME_RESIZED
- See Also:
-
-
INTERNAL_FRAME_REMOVED
static final int INTERNAL_FRAME_REMOVED
- See Also:
-
-
Method Details
-
windowClosed
Fired when an internal frame is closed
-
windowClosing
Fired when an internal frame is closing
-
windowGainedFocus
Fired when an internal frame gains the focus
-
windowLostFocus
Fired when an internal frame loses the focuse
-
windowOpened
Fired when an internal frame is opened (for the first time)
-
windowResized
Fired when an internal frame has been resized
-
windowRemoved
Signifies that the internal frame was removed from its parent. It may or may not have been closed first.