|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
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
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 XMLEncoder
.
WindowEvent
,
WindowListener
,
JInternalFrame
,
InternalFrameListener
Field Summary | |
static int |
INTERNAL_FRAME_ACTIVATED
The "window activated" event type. |
static int |
INTERNAL_FRAME_CLOSED
The "window closed" event. |
static int |
INTERNAL_FRAME_CLOSING
The "window is closing" event. |
static int |
INTERNAL_FRAME_DEACTIVATED
The "window deactivated" event type. |
static int |
INTERNAL_FRAME_DEICONIFIED
The "window deiconified" event type. |
static int |
INTERNAL_FRAME_FIRST
The first number in the range of IDs used for internal frame events. |
static int |
INTERNAL_FRAME_ICONIFIED
The "window iconified" event. |
static int |
INTERNAL_FRAME_LAST
The last number in the range of IDs used for internal frame events. |
static int |
INTERNAL_FRAME_OPENED
The "window opened" event. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InternalFrameEvent(JInternalFrame source,
int id)
Constructs an InternalFrameEvent object. |
Method Summary | |
JInternalFrame |
getInternalFrame()
Returns the originator of the event. |
String |
paramString()
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()
,
Constant Field Valuespublic static final int INTERNAL_FRAME_CLOSING
setClosed
method.
JInternalFrame.setDefaultCloseOperation(int)
,
JInternalFrame.doDefaultCloseAction()
,
JInternalFrame.setClosed(boolean)
,
Constant Field Valuespublic static final int INTERNAL_FRAME_CLOSED
setClosed
or
dispose
method.
JInternalFrame.setClosed(boolean)
,
JInternalFrame.dispose()
,
Constant Field Valuespublic static final int INTERNAL_FRAME_ICONIFIED
JInternalFrame.setIcon(boolean)
,
Constant Field Valuespublic static final int INTERNAL_FRAME_DEICONIFIED
JInternalFrame.setIcon(boolean)
,
Constant Field Valuespublic static final int INTERNAL_FRAME_ACTIVATED
JInternalFrame.show()
,
JInternalFrame.setSelected(boolean)
,
Constant Field Valuespublic static final int INTERNAL_FRAME_DEACTIVATED
JInternalFrame.setSelected(boolean)
,
Constant Field ValuesConstructor Detail |
public InternalFrameEvent(JInternalFrame source, int id)
InternalFrameEvent
object.
source
- the JInternalFrame
object that originated the eventid
- an integer indicating the type of eventMethod Detail |
public String paramString()
paramString
in class AWTEvent
public JInternalFrame getInternalFrame()
JInternalFrame
object that originated the event
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.