|
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
|
|
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
|
|
COMPONENT_FIRST |
static int COMPONENT_FIRST
The first number in the range of ids used for component events.
public static final int COMPONENT_FIRST
-
The first number in the range of ids used for component events.
- See Also:
- Constant Field Values
|
|
COMPONENT_HIDDEN |
static int COMPONENT_HIDDEN
This event indicates that the component was rendered invisible.
public static final int COMPONENT_HIDDEN
-
This event indicates that the component was rendered invisible.
- See Also:
- Constant Field Values
|
|
COMPONENT_LAST |
static int COMPONENT_LAST
The last number in the range of ids used for component events.
public static final int COMPONENT_LAST
-
The last number in the range of ids used for component events.
- See Also:
- Constant Field Values
|
|
COMPONENT_MOVED |
static int COMPONENT_MOVED
This event indicates that the component's position changed.
public static final int COMPONENT_MOVED
-
This event indicates that the component's position changed.
- See Also:
- Constant Field Values
|
|
COMPONENT_RESIZED |
static int COMPONENT_RESIZED
This event indicates that the component's size changed.
public static final int COMPONENT_RESIZED
-
This event indicates that the component's size changed.
- See Also:
- Constant Field Values
|
|
COMPONENT_SHOWN |
static int COMPONENT_SHOWN
This event indicates that the component was made visible.
public static final int COMPONENT_SHOWN
-
This event indicates that the component was made visible.
- 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
|
|
WINDOW_ACTIVATED |
static int WINDOW_ACTIVATED
The window-activated event type.
public static final int WINDOW_ACTIVATED
-
The window-activated event type. This event is delivered when the Window
becomes the active Window. Only a Frame or a Dialog can be the active
Window. The native windowing system may denote the active Window or its
children with special decorations, such as a highlighted title bar. The
active Window is always either the focused Window, or the first Frame or
Dialog that is an owner of the focused Window.
- See Also:
- Constant Field Values
|
|
WINDOW_CLOSED |
static int WINDOW_CLOSED
The window closed event.
public static final int WINDOW_CLOSED
-
The window closed event. This event is delivered after
the window has been closed as the result of a call to dispose.
- See Also:
- Constant Field Values
|
|
WINDOW_CLOSING |
static int WINDOW_CLOSING
The "window is closing" event.
public static final int WINDOW_CLOSING
-
The "window is closing" event. This event is delivered when
the user attempts to close the window from the window's system menu.
If the program does not explicitly hide or dispose the window
while processing this event, the window close operation will be
cancelled.
- See Also:
- Constant Field Values
|
|
WINDOW_DEACTIVATED |
static int WINDOW_DEACTIVATED
The window-deactivated event type.
public static final int WINDOW_DEACTIVATED
-
The window-deactivated event type. This event is delivered when the
Window is no longer the active Window. Only a Frame or a Dialog can be
the active Window. The native windowing system may denote the active
Window or its children with special decorations, such as a highlighted
title bar. The active Window is always either the focused Window, or the
first Frame or Dialog that is an owner of the focused Window.
- See Also:
- Constant Field Values
|
|
WINDOW_DEICONIFIED |
static int WINDOW_DEICONIFIED
The window deiconified event type.
public static final int WINDOW_DEICONIFIED
-
The window deiconified event type. This event is delivered when
the window has been changed from a minimized to a normal state.
- 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_FIRST |
static int WINDOW_FIRST
The first number in the range of ids used for window events.
public static final int WINDOW_FIRST
-
The first number in the range of ids used for 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_GAINED_FOCUS |
static int WINDOW_GAINED_FOCUS
The window-gained-focus event type.
public static final int WINDOW_GAINED_FOCUS
-
The window-gained-focus event type. This event is delivered when the
Window becomes the focused Window, which means that the Window, or one
of its subcomponents, will receive keyboard events.
- See Also:
- Constant Field Values
|
|
WINDOW_ICONIFIED |
static int WINDOW_ICONIFIED
The window iconified event.
public static final int WINDOW_ICONIFIED
-
The window iconified event. This event is delivered when
the window has been changed from a normal to a minimized state.
For many platforms, a minimized window is displayed as
the icon specified in the window's iconImage property.
- See Also:
Frame.setIconImage(java.awt.Image) ,
Constant Field Values
|
|
WINDOW_LAST |
static int WINDOW_LAST
The last number in the range of ids used for window events.
public static final int WINDOW_LAST
-
The last number in the range of ids used for window events.
- See Also:
- Constant Field Values
|
|
WINDOW_LOST_FOCUS |
static int WINDOW_LOST_FOCUS
The window-lost-focus event type.
public static final int WINDOW_LOST_FOCUS
-
The window-lost-focus event type. This event is delivered when a Window
is no longer the focused Window, which means keyboard events will no
longer be delivered to the Window or any of its subcomponents.
- See Also:
- Constant Field Values
|
|
WINDOW_OPENED |
static int WINDOW_OPENED
The window opened event.
public static final int WINDOW_OPENED
-
The window opened event. This event is delivered only
the first time a window is made visible.
- See Also:
- Constant Field Values
|
|
WINDOW_STATE_CHANGED |
static int WINDOW_STATE_CHANGED
The window-state-changed event type.
public static final int WINDOW_STATE_CHANGED
-
The window-state-changed event type. This event is delivered
when a Window's state is changed by virtue of it being
iconified, maximized etc.
- 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
|