public class G9WindowEvent extends InternalFrameEvent
AWTEvent that adds support for
events not supported by the 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 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.
| Modifier and Type | Field and Description |
|---|---|
static int |
G9_DIALOG_CREATED
The "dialog created" event.
|
static int |
G9_DIALOG_FIRST
The first number in the range of IDs used for g9 window events.
|
static int |
G9_DIALOG_HIDDEN
The "dialog hidden" event.
|
static int |
G9_DIALOG_LAST
The last number in the range of IDs used for g9 window events.
|
static int |
G9_DIALOG_VISIBLE
The "dialog visible" event.
|
INTERNAL_FRAME_ACTIVATED, INTERNAL_FRAME_CLOSED, INTERNAL_FRAME_CLOSING, INTERNAL_FRAME_DEACTIVATED, INTERNAL_FRAME_DEICONIFIED, INTERNAL_FRAME_FIRST, INTERNAL_FRAME_ICONIFIED, INTERNAL_FRAME_LAST, INTERNAL_FRAME_OPENEDACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASKsource| Constructor and Description |
|---|
G9WindowEvent(JInternalFrame source,
int id)
Constructs a new g9 window event
|
| Modifier and Type | Method and Description |
|---|---|
String |
paramString()
Returns a parameter string identifying this event.
|
getInternalFramegetSourcepublic static final int G9_DIALOG_FIRST
public static final int G9_DIALOG_LAST
public static final int G9_DIALOG_VISIBLE
JInternalFrame.show(),
Constant Field Valuespublic static final int G9_DIALOG_CREATED
public static final int G9_DIALOG_HIDDEN
public G9WindowEvent(JInternalFrame source, int id)
source - the source of the eventid - the type of event.public String paramString()
paramString in class InternalFrameEventCopyright © 2006–2020 Esito AS. All rights reserved.