|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gdk.EventType
public class EventType
Specifies the type of the Event.
Method Summary | |
---|---|
EventType |
and(EventType other)
|
static EventType |
intern(int value)
|
EventType |
or(EventType other)
|
boolean |
test(EventType other)
|
EventType |
xor(EventType other)
|
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 |
Field Detail |
---|
public static final EventType NOTHING
public static final EventType DELETE
public static final EventType DESTROY
public static final EventType EXPOSE
public static final EventType MOTION_NOTIFY
public static final EventType BUTTON_PRESS
public static final EventType BUTTON2_PRESS
public static final EventType BUTTON3_PRESS
public static final EventType BUTTON_RELEASE
public static final EventType KEY_PRESS
public static final EventType KEY_RELEASE
public static final EventType ENTER_NOTIFY
public static final EventType LEAVE_NOTIFY
public static final EventType FOCUS_CHANGE
public static final EventType CONFIGURE
public static final EventType MAP
public static final EventType UNMAP
public static final EventType PROPERTY_NOTIFY
public static final EventType SELECTION_CLEAR
public static final EventType SELECTION_REQUEST
public static final EventType SELECTION_NOTIFY
public static final EventType PROXIMITY_IN
public static final EventType PROXIMITY_OUT
public static final EventType DRAG_ENTER
public static final EventType DRAG_LEAVE
public static final EventType DRAG_MOTION
public static final EventType DRAG_STATUS
public static final EventType DROP_START
public static final EventType DROP_FINISHED
public static final EventType CLIENT_EVENT
public static final EventType VISIBILITY_NOTIFY
public static final EventType NO_EXPOSE
public static final EventType SCROLL
public static final EventType STATE
public static final EventType SETTING
public static final EventType OWNER_CHANGE
Method Detail |
---|
public static EventType intern(int value)
public EventType or(EventType other)
public EventType and(EventType other)
public EventType xor(EventType other)
public boolean test(EventType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |