|
Modifier and Type |
Field and Description |
 |
ACTION_EVENT_MASK   |
static long ACTION_EVENT_MASK
The event mask for selecting action events.
public static final long ACTION_EVENT_MASK
-
The event mask for selecting action events.
- See Also:
- Constant Field Values
|
 |
ADJUSTMENT_EVENT_MASK   |
static long ADJUSTMENT_EVENT_MASK
The event mask for selecting adjustment events.
public static final long ADJUSTMENT_EVENT_MASK
-
The event mask for selecting adjustment events.
- See Also:
- Constant Field Values
|
 |
ADJUSTMENT_FIRST   |
static int ADJUSTMENT_FIRST
Marks the first integer id for the range of adjustment event ids.
public static final int ADJUSTMENT_FIRST
-
Marks the first integer id for the range of adjustment event ids.
- See Also:
- Constant Field Values
|
 |
ADJUSTMENT_LAST   |
static int ADJUSTMENT_LAST
Marks the last integer id for the range of adjustment event ids.
public static final int ADJUSTMENT_LAST
-
Marks the last integer id for the range of adjustment event ids.
- See Also:
- Constant Field Values
|
 |
ADJUSTMENT_VALUE_CHANGED   |
static int ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.
public static final int ADJUSTMENT_VALUE_CHANGED
-
The adjustment value changed event.
- See Also:
- Constant Field Values
|
 |
BLOCK_DECREMENT   |
static int BLOCK_DECREMENT
The block decrement adjustment type.
public static final int BLOCK_DECREMENT
-
The block decrement adjustment type.
- See Also:
- Constant Field Values
|
 |
BLOCK_INCREMENT   |
static int BLOCK_INCREMENT
The block increment adjustment type.
public static final int BLOCK_INCREMENT
-
The block increment adjustment type.
- See Also:
- Constant Field Values
|
 |
COMPONENT_EVENT_MASK   |
static long COMPONENT_EVENT_MASK
The event mask for selecting component events.
public static final long COMPONENT_EVENT_MASK
-
The event mask for selecting component events.
- See Also:
- Constant Field Values
|
 |
consumed   |
protected boolean consumed
Controls whether or not the event is sent back down to the peer once the
source has processed it - false means it's sent to the peer; true means
it's not.
protected boolean consumed
-
Controls whether or not the event is sent back down to the peer once the
source has processed it - false means it's sent to the peer; true means
it's not. Semantic events always have a 'true' value since they were
generated by the peer in response to a low-level event.
- See Also:
AWTEvent.consume() ,
AWTEvent.isConsumed()
|
 |
CONTAINER_EVENT_MASK   |
static long CONTAINER_EVENT_MASK
The event mask for selecting container events.
public static final long CONTAINER_EVENT_MASK
-
The event mask for selecting container events.
- See Also:
- Constant Field Values
|
 |
FOCUS_EVENT_MASK   |
static long FOCUS_EVENT_MASK
The event mask for selecting focus events.
public static final long FOCUS_EVENT_MASK
-
The event mask for selecting focus events.
- See Also:
- Constant Field Values
|
 |
HIERARCHY_BOUNDS_EVENT_MASK   |
static long HIERARCHY_BOUNDS_EVENT_MASK
The event mask for selecting hierarchy bounds events.
public static final long HIERARCHY_BOUNDS_EVENT_MASK
-
The event mask for selecting hierarchy bounds events.
- See Also:
- Constant Field Values
|
 |
HIERARCHY_EVENT_MASK   |
static long HIERARCHY_EVENT_MASK
The event mask for selecting hierarchy events.
public static final long HIERARCHY_EVENT_MASK
-
The event mask for selecting hierarchy events.
- See Also:
- Constant Field Values
|
 |
id   |
protected int id
The event's id.
|
 |
INPUT_METHOD_EVENT_MASK   |
static long INPUT_METHOD_EVENT_MASK
The event mask for selecting input method events.
public static final long INPUT_METHOD_EVENT_MASK
-
The event mask for selecting input method events.
- See Also:
- Constant Field Values
|
 |
INVOCATION_EVENT_MASK   |
static long INVOCATION_EVENT_MASK
The event mask for selecting invocation events.
public static final long INVOCATION_EVENT_MASK
-
The event mask for selecting invocation events.
- See Also:
- Constant Field Values
|
 |
ITEM_EVENT_MASK   |
static long ITEM_EVENT_MASK
The event mask for selecting item events.
public static final long ITEM_EVENT_MASK
-
The event mask for selecting item events.
- See Also:
- Constant Field Values
|
 |
KEY_EVENT_MASK   |
static long KEY_EVENT_MASK
The event mask for selecting key events.
public static final long KEY_EVENT_MASK
-
The event mask for selecting key events.
- See Also:
- Constant Field Values
|
 |
MOUSE_EVENT_MASK   |
static long MOUSE_EVENT_MASK
The event mask for selecting mouse events.
public static final long MOUSE_EVENT_MASK
-
The event mask for selecting mouse events.
- See Also:
- Constant Field Values
|
 |
MOUSE_MOTION_EVENT_MASK   |
static long MOUSE_MOTION_EVENT_MASK
The event mask for selecting mouse motion events.
public static final long MOUSE_MOTION_EVENT_MASK
-
The event mask for selecting mouse motion events.
- See Also:
- Constant Field Values
|
 |
MOUSE_WHEEL_EVENT_MASK   |
static long MOUSE_WHEEL_EVENT_MASK
The event mask for selecting mouse wheel events.
public static final long MOUSE_WHEEL_EVENT_MASK
-
The event mask for selecting mouse wheel events.
- Since:
- 1.4
- See Also:
- Constant Field Values
|
 |
PAINT_EVENT_MASK   |
static long PAINT_EVENT_MASK
The event mask for selecting paint events.
public static final long PAINT_EVENT_MASK
-
The event mask for selecting paint events.
- See Also:
- Constant Field Values
|
 |
RESERVED_ID_MAX   |
static int RESERVED_ID_MAX
The maximum value for reserved AWT event IDs.
public static final int RESERVED_ID_MAX
-
The maximum value for reserved AWT event IDs. Programs defining
their own event IDs should use IDs greater than this value.
- See Also:
- Constant Field Values
|
 |
source   |
protected java.lang.Object source
The object on which the Event initially occurred.
protected transient java.lang.Object source
-
The object on which the Event initially occurred.
|
 |
TEXT_EVENT_MASK   |
static long TEXT_EVENT_MASK
The event mask for selecting text events.
public static final long TEXT_EVENT_MASK
-
The event mask for selecting text events.
- See Also:
- Constant Field Values
|
 |
TRACK   |
static int TRACK
The absolute tracking adjustment type.
|
 |
UNIT_DECREMENT   |
static int UNIT_DECREMENT
The unit decrement adjustment type.
public static final int UNIT_DECREMENT
-
The unit decrement adjustment type.
- See Also:
- Constant Field Values
|
 |
UNIT_INCREMENT   |
static int UNIT_INCREMENT
The unit increment adjustment type.
public static final int UNIT_INCREMENT
-
The unit increment adjustment type.
- See Also:
- Constant Field Values
|
 |
WINDOW_EVENT_MASK   |
static long WINDOW_EVENT_MASK
The event mask for selecting window events.
public static final long WINDOW_EVENT_MASK
-
The event mask for selecting window events.
- See Also:
- Constant Field Values
|
 |
WINDOW_FOCUS_EVENT_MASK   |
static long WINDOW_FOCUS_EVENT_MASK
The event mask for selecting window focus events.
public static final long WINDOW_FOCUS_EVENT_MASK
-
The event mask for selecting window focus events.
- Since:
- 1.4
- See Also:
- Constant Field Values
|
 |
WINDOW_STATE_EVENT_MASK   |
static long WINDOW_STATE_EVENT_MASK
The event mask for selecting window state events.
public static final long WINDOW_STATE_EVENT_MASK
-
The event mask for selecting window state events.
- Since:
- 1.4
- See Also:
- Constant Field Values
|