Uses of Class
org.gnu.gdk.EventType

Packages that use EventType
org.gnu.gdk   
 

Uses of EventType in org.gnu.gdk
 

Fields in org.gnu.gdk declared as EventType
static EventType EventType.NOTHING
           
static EventType EventType.DELETE
           
static EventType EventType.DESTROY
           
static EventType EventType.EXPOSE
           
static EventType EventType.MOTION_NOTIFY
           
static EventType EventType.BUTTON_PRESS
           
static EventType EventType.BUTTON2_PRESS
           
static EventType EventType.BUTTON3_PRESS
           
static EventType EventType.BUTTON_RELEASE
           
static EventType EventType.KEY_PRESS
           
static EventType EventType.KEY_RELEASE
           
static EventType EventType.ENTER_NOTIFY
           
static EventType EventType.LEAVE_NOTIFY
           
static EventType EventType.FOCUS_CHANGE
           
static EventType EventType.CONFIGURE
           
static EventType EventType.MAP
           
static EventType EventType.UNMAP
           
static EventType EventType.PROPERTY_NOTIFY
           
static EventType EventType.SELECTION_CLEAR
           
static EventType EventType.SELECTION_REQUEST
           
static EventType EventType.SELECTION_NOTIFY
           
static EventType EventType.PROXIMITY_IN
           
static EventType EventType.PROXIMITY_OUT
           
static EventType EventType.DRAG_ENTER
           
static EventType EventType.DRAG_LEAVE
           
static EventType EventType.DRAG_MOTION
           
static EventType EventType.DRAG_STATUS
           
static EventType EventType.DROP_START
           
static EventType EventType.DROP_FINISHED
           
static EventType EventType.CLIENT_EVENT
           
static EventType EventType.VISIBILITY_NOTIFY
           
static EventType EventType.NO_EXPOSE
           
static EventType EventType.SCROLL
           
static EventType EventType.STATE
           
static EventType EventType.SETTING
           
 

Methods in org.gnu.gdk that return EventType
static EventType EventType.intern(int value)
           
 EventType EventType.or(EventType other)
           
 EventType EventType.and(EventType other)
           
 EventType EventType.xor(EventType other)
           
 

Methods in org.gnu.gdk with parameters of type EventType
 EventType EventType.or(EventType other)
           
 EventType EventType.and(EventType other)
           
 EventType EventType.xor(EventType other)
           
 boolean EventType.test(EventType other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net