|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.ui.event.UIEvent
javax.rad.ui.event.UIWindowEvent
public class UIWindowEvent
Platform and technology independent window event definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
WindowEvent
Field Summary | |
---|---|
static int |
WINDOW_ACTIVATED
The window-activated event type. |
static int |
WINDOW_CLOSED
The window closed event. |
static int |
WINDOW_CLOSING
The "window is closing" event. |
static int |
WINDOW_DEACTIVATED
The window-deactivated event type. |
static int |
WINDOW_DEICONIFIED
The window deiconified event type. |
static int |
WINDOW_FIRST
The first number in the range of ids used for window events. |
static int |
WINDOW_ICONIFIED
The window iconified event. |
static int |
WINDOW_LAST
The last number in the range of ids used for window events. |
static int |
WINDOW_OPENED
The window opened event. |
Fields inherited from class javax.rad.ui.event.UIEvent |
---|
ALT_GRAPH_MASK, ALT_MASK, BUTTON1_MASK, BUTTON2_MASK, BUTTON3_MASK, CTRL_MASK, META_MASK, SHIFT_MASK |
Constructor Summary | |
---|---|
UIWindowEvent(IComponent pSource,
int pId,
long pWhen,
int pModifiers)
Creates a new instance of UIWindowEvent . |
Method Summary | |
---|---|
protected void |
checkId(int pId)
Checks if the current Instance of UIEvent allows the given id. |
Methods inherited from class javax.rad.ui.event.UIEvent |
---|
getId, getModifiers, getSource, getWhen, isModifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int WINDOW_FIRST
public static final int WINDOW_OPENED
public static final int WINDOW_CLOSING
public static final int WINDOW_CLOSED
public static final int WINDOW_ICONIFIED
Frame.setIconImage(java.awt.Image)
,
Constant Field Valuespublic static final int WINDOW_DEICONIFIED
public static final int WINDOW_ACTIVATED
public static final int WINDOW_DEACTIVATED
public static final int WINDOW_LAST
Constructor Detail |
---|
public UIWindowEvent(IComponent pSource, int pId, long pWhen, int pModifiers)
UIWindowEvent
.
pSource
- the Source of this UIWindowEvent.pId
- the Id of this UIWindowEvent.pWhen
- the time the event occurredpModifiers
- represents the modifier keys and mouse buttons down while the event occurredMethod Detail |
---|
protected void checkId(int pId)
checkId
in class UIEvent
pId
- the Id of this UIEvent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |