|
Compounds |
class | AWTEvent |
Enumerations |
enum | EventType {
AWTEventType,
ActionEventType,
WindowEventType,
KeyEventType,
MouseEventType
} |
Variables |
const jlong | ACTION_EVENT_MASK = JLONG_CONSTANT(128) |
const jlong | ADJUSTMENT_EVENT_MASK = JLONG_CONSTANT(256) |
const jlong | COMPONENT_EVENT_MASK = JLONG_CONSTANT(1) |
const jlong | CONTAINER_EVENT_MASK = JLONG_CONSTANT(2) |
const jlong | FOCUS_EVENT_MASK = JLONG_CONSTANT(4) |
const jlong | HIERARCHY_BOUNDS_EVENT_MASK = JLONG_CONSTANT(65536) |
const jlong | HIERARCHY_EVENT_MASK = JLONG_CONSTANT(32768) |
const jlong | INPUT_METHOD_EVENT_MASK = JLONG_CONSTANT(2048) |
const jlong | INVOCATION_EVENT_MASK = JLONG_CONSTANT(16384) |
const jlong | ITEM_EVENT_MASK = JLONG_CONSTANT(512) |
const jlong | KEY_EVENT_MASK = JLONG_CONSTANT(8) |
const jlong | MOUSE_EVENT_MASK = JLONG_CONSTANT(16) |
const jlong | MOUSE_MOTION_EVENT_MASK = JLONG_CONSTANT(32) |
const jlong | MOUSE_WHEEL_EVENT_MASK = JLONG_CONSTANT(131072) |
const jlong | PAINT_EVENT_MASK = JLONG_CONSTANT(8192) |
const int | RESERVED_ID_MAX = 1999 |
const jlong | TEXT_EVENT_MASK = JLONG_CONSTANT(1024) |
const jlong | WINDOW_EVENT_MASK = JLONG_CONSTANT(64) |
const jlong | WINDOW_FOCUS_EVENT_MASK = JLONG_CONSTANT(524288) |
const jlong | WINDOW_STATE_EVENT_MASK = JLONG_CONSTANT(262144) |