org.gnu.gdk
Class EventType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.EventType
- public class EventType
- extends org.gnu.glib.Enum
Specifies the type of the Event.
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NOTHING
public static final EventType NOTHING
DELETE
public static final EventType DELETE
DESTROY
public static final EventType DESTROY
EXPOSE
public static final EventType EXPOSE
MOTION_NOTIFY
public static final EventType MOTION_NOTIFY
BUTTON_PRESS
public static final EventType BUTTON_PRESS
BUTTON2_PRESS
public static final EventType BUTTON2_PRESS
BUTTON3_PRESS
public static final EventType BUTTON3_PRESS
BUTTON_RELEASE
public static final EventType BUTTON_RELEASE
KEY_PRESS
public static final EventType KEY_PRESS
KEY_RELEASE
public static final EventType KEY_RELEASE
ENTER_NOTIFY
public static final EventType ENTER_NOTIFY
LEAVE_NOTIFY
public static final EventType LEAVE_NOTIFY
FOCUS_CHANGE
public static final EventType FOCUS_CHANGE
CONFIGURE
public static final EventType CONFIGURE
MAP
public static final EventType MAP
UNMAP
public static final EventType UNMAP
PROPERTY_NOTIFY
public static final EventType PROPERTY_NOTIFY
SELECTION_CLEAR
public static final EventType SELECTION_CLEAR
SELECTION_REQUEST
public static final EventType SELECTION_REQUEST
SELECTION_NOTIFY
public static final EventType SELECTION_NOTIFY
PROXIMITY_IN
public static final EventType PROXIMITY_IN
PROXIMITY_OUT
public static final EventType PROXIMITY_OUT
DRAG_ENTER
public static final EventType DRAG_ENTER
DRAG_LEAVE
public static final EventType DRAG_LEAVE
DRAG_MOTION
public static final EventType DRAG_MOTION
DRAG_STATUS
public static final EventType DRAG_STATUS
DROP_START
public static final EventType DROP_START
DROP_FINISHED
public static final EventType DROP_FINISHED
CLIENT_EVENT
public static final EventType CLIENT_EVENT
VISIBILITY_NOTIFY
public static final EventType VISIBILITY_NOTIFY
NO_EXPOSE
public static final EventType NO_EXPOSE
SCROLL
public static final EventType SCROLL
STATE
public static final EventType STATE
SETTING
public static final EventType SETTING
OWNER_CHANGE
public static final EventType OWNER_CHANGE
intern
public static EventType intern(int value)
or
public EventType or(EventType other)
and
public EventType and(EventType other)
xor
public EventType xor(EventType other)
test
public boolean test(EventType other)