|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--java.awt.AWTEvent
|
+--javax.swing.event.InternalFrameEvent
Unsafe: An AWTEvent that adds support for
JInternalFrame objects as the event source. This class has the
same event types as WindowEvent,
although different IDs are used.
Help on handling internal frame events
is in
How to Write an Internal Frame Listener,
a section in The Java Tutorial.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see java.beans.XMLEncoder.
java.awt.event.WindowEvent,
java.awt.event.WindowListener,
JInternalFrame,
InternalFrameListener,
Serialized Form| Field Summary | |
static int |
INTERNAL_FRAME_ACTIVATED
Enabled: The "window activated" event type. |
static int |
INTERNAL_FRAME_CLOSED
Enabled: The "window closed" event. |
static int |
INTERNAL_FRAME_CLOSING
Enabled: The "window is closing" event. |
static int |
INTERNAL_FRAME_DEACTIVATED
Enabled: The "window deactivated" event type. |
static int |
INTERNAL_FRAME_DEICONIFIED
Enabled: The "window deiconified" event type. |
static int |
INTERNAL_FRAME_FIRST
Enabled: The first number in the range of IDs used for internal frame events. |
static int |
INTERNAL_FRAME_ICONIFIED
Enabled: The "window iconified" event. |
static int |
INTERNAL_FRAME_LAST
Enabled: The last number in the range of IDs used for internal frame events. |
static int |
INTERNAL_FRAME_OPENED
Enabled: The "window opened" event. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
InternalFrameEvent(JInternalFrame source,
int id)
Suppressed: Constructs an InternalFrameEvent object. |
|
| Method Summary | |
JInternalFrame |
getInternalFrame()
Suppressed: Returns the originator of the event. |
String |
paramString()
Suppressed: Returns a parameter string identifying this event. |
| Methods inherited from class java.awt.AWTEvent |
consume, getID, isConsumed, setSource, toString |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int INTERNAL_FRAME_FIRST
public static final int INTERNAL_FRAME_LAST
public static final int INTERNAL_FRAME_OPENED
JInternalFrame.show()public static final int INTERNAL_FRAME_CLOSING
setClosed method.
JInternalFrame.setDefaultCloseOperation(int),
JInternalFrame.doDefaultCloseAction(),
JInternalFrame.setClosed(boolean)public static final int INTERNAL_FRAME_CLOSED
setClosed or
dispose method.
JInternalFrame.setClosed(boolean),
JInternalFrame.dispose()public static final int INTERNAL_FRAME_ICONIFIED
JInternalFrame.setIcon(boolean)public static final int INTERNAL_FRAME_DEICONIFIED
JInternalFrame.setIcon(boolean)public static final int INTERNAL_FRAME_ACTIVATED
JInternalFrame.show(),
JInternalFrame.setSelected(boolean)public static final int INTERNAL_FRAME_DEACTIVATED
JInternalFrame.setSelected(boolean)| Constructor Detail |
public InternalFrameEvent(JInternalFrame source,
int id)
InternalFrameEvent object.
source - the JInternalFrame object that originated the eventid - an integer indicating the type of event| Method Detail |
public String paramString()
paramString in class AWTEventpublic JInternalFrame getInternalFrame()
JInternalFrame object that originated the event
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||