Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--com.sun.java.swing.event.InternalFrameEvent
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 Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
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.awt.AWTEvent | |
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK |
Fields inherited from class java.util.EventObject | |
source |
Constructor Summary | |
InternalFrameEvent(JInternalFrame source,
int id)
Constructs a InternalFrameEvent object. |
Method Summary | |
java.lang.String | paramString()
Returns a parameter string identifying this event. |
Methods inherited from class java.awt.AWTEvent | |
consume, getID, isConsumed, paramString, toString |
Methods inherited from class java.util.EventObject | |
getSource, toString |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, 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 event
id
- an integer indicating the type of eventMethod Detail |
public java.lang.String paramString()
Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |