Whole document tree
javax.swing.event
|
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 window 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 window 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 a 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, finalize, getID, isConsumed, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, 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
public static final int INTERNAL_FRAME_CLOSING
public static final int INTERNAL_FRAME_CLOSED
public static final int INTERNAL_FRAME_ICONIFIED
public static final int INTERNAL_FRAME_DEICONIFIED
public static final int INTERNAL_FRAME_ACTIVATED
public static final int INTERNAL_FRAME_DEACTIVATED
Constructor Detail |
public InternalFrameEvent(JInternalFrame source, int id)
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()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.