public class MDIClientEvent extends AWTEvent
AWTEvent
that adds support for
IlvMDIClient
objects as event sources.Modifier and Type | Field and Description |
---|---|
static int |
MDI_CLIENT_ACTIVATED
The window activated event type.
|
static int |
MDI_CLIENT_CLOSED
The window closed event.
|
static int |
MDI_CLIENT_CLOSING
The "window is closing" event.
|
static int |
MDI_CLIENT_DEACTIVATED
The window deactivated event type.
|
static int |
MDI_CLIENT_DEICONIFIED
The window-not-minimized event type.
|
static int |
MDI_CLIENT_FIRST
The first number in the range of IDs used for window events.
|
static int |
MDI_CLIENT_ICONIFIED
The window-minimized event.
|
static int |
MDI_CLIENT_LAST
The last number in the range of IDs used for window events.
|
static int |
MDI_CLIENT_OPENED
The window opened event.
|
ACTION_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_MASK
source
Constructor and Description |
---|
MDIClientEvent(IlvMDIClient mdiClient,
int id,
IlvMDIViewContainer container)
Constructs a new
MDIClientEvent . |
Modifier and Type | Method and Description |
---|---|
IlvMDIViewContainer |
getContainer()
The view container that originated the event.
|
IlvMDIClient |
getMDIClient()
Returns the MDI client that owns the view container that originated the event.
|
String |
paramString()
Returns a parameter string identifying this event.
|
getSource
public static final int MDI_CLIENT_FIRST
public static final int MDI_CLIENT_LAST
public static final int MDI_CLIENT_OPENED
public static final int MDI_CLIENT_CLOSING
public static final int MDI_CLIENT_CLOSED
public static final int MDI_CLIENT_ICONIFIED
public static final int MDI_CLIENT_DEICONIFIED
public static final int MDI_CLIENT_ACTIVATED
public static final int MDI_CLIENT_DEACTIVATED
public MDIClientEvent(IlvMDIClient mdiClient, int id, IlvMDIViewContainer container)
MDIClientEvent
.mdiClient
- The MDI client that owns the view container that originated the event.id
- The ID of the event.container
- The view container that originated the event.public String paramString()
paramString
in class AWTEvent
public IlvMDIClient getMDIClient()
public IlvMDIViewContainer getContainer()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.