|
Java Platform 1.2 Beta 4 |
|||||||||
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 | +--java.awt.event.ComponentEvent | +--java.awt.event.InputEvent
KeyEvent
,
KeyAdapter
,
MouseEvent
,
MouseAdapter
,
MouseMotionAdapter
, Serialized FormField Summary | |
static int | ALT_GRAPH_MASK
The alt-graph key modifier constant. |
static int | ALT_MASK
The alt key modifier constant. |
static int | BUTTON1_MASK
The mouse button1 modifier constant. |
static int | BUTTON2_MASK
The mouse button2 modifier constant. |
static int | BUTTON3_MASK
The mouse button3 modifier constant. |
static int | CTRL_MASK
The control key modifier constant. |
static int | META_MASK
The meta key modifier constant. |
static int | SHIFT_MASK
The shift key modifier constant. |
Fields inherited from class java.awt.event.ComponentEvent | |
COMPONENT_FIRST , COMPONENT_HIDDEN , COMPONENT_LAST , COMPONENT_MOVED , COMPONENT_RESIZED , COMPONENT_SHOWN |
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 |
Method Summary | |
void | consume()
Consumes this event so that it will not be processed in the default manner by the source which originated it. |
int | getModifiers()
Returns the modifiers flag for this event. |
long | getWhen()
Returns the timestamp of when this event occurred. |
boolean | isAltDown()
Returns whether or not the Alt modifier is down on this event. |
boolean | isAltGraphDown()
Returns whether or not the Alt-Graph modifier is down on this event. |
boolean | isConsumed()
Returns whether or not this event has been consumed. |
boolean | isControlDown()
Returns whether or not the Control modifier is down on this event. |
boolean | isMetaDown()
Returns whether or not the Meta modifier is down on this event. |
boolean | isShiftDown()
Returns whether or not the Shift modifier is down on this event. |
Methods inherited from class java.awt.event.ComponentEvent | |
getComponent , paramString |
Methods inherited from class java.awt.AWTEvent | |
getID , 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 SHIFT_MASK
public static final int CTRL_MASK
public static final int META_MASK
public static final int ALT_MASK
public static final int ALT_GRAPH_MASK
public static final int BUTTON1_MASK
public static final int BUTTON2_MASK
public static final int BUTTON3_MASK
Method Detail |
public boolean isShiftDown()
public boolean isControlDown()
public boolean isMetaDown()
public boolean isAltDown()
public boolean isAltGraphDown()
public long getWhen()
public int getModifiers()
public void consume()
public boolean isConsumed()
consume()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |