org.gnu.gdk
Class EventType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gdk.EventType

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.gdk.EventType.

public class EventType
extends org.gnu.glib.Enum

Specifies the type of the Event.


Field Summary
static EventType BUTTON_PRESS
          Deprecated.  
static EventType BUTTON_RELEASE
          Deprecated.  
static EventType BUTTON2_PRESS
          Deprecated.  
static EventType BUTTON3_PRESS
          Deprecated.  
static EventType CLIENT_EVENT
          Deprecated.  
static EventType CONFIGURE
          Deprecated.  
static EventType DELETE
          Deprecated.  
static EventType DESTROY
          Deprecated.  
static EventType DRAG_ENTER
          Deprecated.  
static EventType DRAG_LEAVE
          Deprecated.  
static EventType DRAG_MOTION
          Deprecated.  
static EventType DRAG_STATUS
          Deprecated.  
static EventType DROP_FINISHED
          Deprecated.  
static EventType DROP_START
          Deprecated.  
static EventType ENTER_NOTIFY
          Deprecated.  
static EventType EXPOSE
          Deprecated.  
static EventType FOCUS_CHANGE
          Deprecated.  
static EventType KEY_PRESS
          Deprecated.  
static EventType KEY_RELEASE
          Deprecated.  
static EventType LEAVE_NOTIFY
          Deprecated.  
static EventType MAP
          Deprecated.  
static EventType MOTION_NOTIFY
          Deprecated.  
static EventType NO_EXPOSE
          Deprecated.  
static EventType NOTHING
          Deprecated.  
static EventType OWNER_CHANGE
          Deprecated.  
static EventType PROPERTY_NOTIFY
          Deprecated.  
static EventType PROXIMITY_IN
          Deprecated.  
static EventType PROXIMITY_OUT
          Deprecated.  
static EventType SCROLL
          Deprecated.  
static EventType SELECTION_CLEAR
          Deprecated.  
static EventType SELECTION_NOTIFY
          Deprecated.  
static EventType SELECTION_REQUEST
          Deprecated.  
static EventType SETTING
          Deprecated.  
static EventType STATE
          Deprecated.  
static EventType UNMAP
          Deprecated.  
static EventType VISIBILITY_NOTIFY
          Deprecated.  
 
Method Summary
 EventType and(EventType other)
          Deprecated.  
static EventType intern(int value)
          Deprecated.  
 EventType or(EventType other)
          Deprecated.  
 boolean test(EventType other)
          Deprecated.  
 EventType xor(EventType other)
          Deprecated.  
 
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

NOTHING

public static final EventType NOTHING
Deprecated. 

DELETE

public static final EventType DELETE
Deprecated. 

DESTROY

public static final EventType DESTROY
Deprecated. 

EXPOSE

public static final EventType EXPOSE
Deprecated. 

MOTION_NOTIFY

public static final EventType MOTION_NOTIFY
Deprecated. 

BUTTON_PRESS

public static final EventType BUTTON_PRESS
Deprecated. 

BUTTON2_PRESS

public static final EventType BUTTON2_PRESS
Deprecated. 

BUTTON3_PRESS

public static final EventType BUTTON3_PRESS
Deprecated. 

BUTTON_RELEASE

public static final EventType BUTTON_RELEASE
Deprecated. 

KEY_PRESS

public static final EventType KEY_PRESS
Deprecated. 

KEY_RELEASE

public static final EventType KEY_RELEASE
Deprecated. 

ENTER_NOTIFY

public static final EventType ENTER_NOTIFY
Deprecated. 

LEAVE_NOTIFY

public static final EventType LEAVE_NOTIFY
Deprecated. 

FOCUS_CHANGE

public static final EventType FOCUS_CHANGE
Deprecated. 

CONFIGURE

public static final EventType CONFIGURE
Deprecated. 

MAP

public static final EventType MAP
Deprecated. 

UNMAP

public static final EventType UNMAP
Deprecated. 

PROPERTY_NOTIFY

public static final EventType PROPERTY_NOTIFY
Deprecated. 

SELECTION_CLEAR

public static final EventType SELECTION_CLEAR
Deprecated. 

SELECTION_REQUEST

public static final EventType SELECTION_REQUEST
Deprecated. 

SELECTION_NOTIFY

public static final EventType SELECTION_NOTIFY
Deprecated. 

PROXIMITY_IN

public static final EventType PROXIMITY_IN
Deprecated. 

PROXIMITY_OUT

public static final EventType PROXIMITY_OUT
Deprecated. 

DRAG_ENTER

public static final EventType DRAG_ENTER
Deprecated. 

DRAG_LEAVE

public static final EventType DRAG_LEAVE
Deprecated. 

DRAG_MOTION

public static final EventType DRAG_MOTION
Deprecated. 

DRAG_STATUS

public static final EventType DRAG_STATUS
Deprecated. 

DROP_START

public static final EventType DROP_START
Deprecated. 

DROP_FINISHED

public static final EventType DROP_FINISHED
Deprecated. 

CLIENT_EVENT

public static final EventType CLIENT_EVENT
Deprecated. 

VISIBILITY_NOTIFY

public static final EventType VISIBILITY_NOTIFY
Deprecated. 

NO_EXPOSE

public static final EventType NO_EXPOSE
Deprecated. 

SCROLL

public static final EventType SCROLL
Deprecated. 

STATE

public static final EventType STATE
Deprecated. 

SETTING

public static final EventType SETTING
Deprecated. 

OWNER_CHANGE

public static final EventType OWNER_CHANGE
Deprecated. 
Method Detail

intern

public static EventType intern(int value)
Deprecated. 

or

public EventType or(EventType other)
Deprecated. 

and

public EventType and(EventType other)
Deprecated. 

xor

public EventType xor(EventType other)
Deprecated. 

test

public boolean test(EventType other)
Deprecated.