|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
ilog.views.appframe.swing.mdi.MDIClientEvent
public class MDIClientEvent
An AWTEvent that adds support for
IlvMDIClient objects as event sources.
| Field Summary | |
|---|---|
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. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
MDIClientEvent(IlvMDIClient mdiClient,
int id,
IlvMDIViewContainer container)
Constructs a new MDIClientEvent. |
|
| Method Summary | |
|---|---|
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. |
| 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 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
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String paramString()
paramString in class AWTEventpublic IlvMDIClient getMDIClient()
public IlvMDIViewContainer getContainer()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||