org.gnu.gdk
Class EventMask

java.lang.Object
  extended by org.gnu.glib.Flags
      extended by org.gnu.gdk.EventMask

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.EventMask.

public class EventMask
extends org.gnu.glib.Flags

A set of bit flags to indicate which events a window is to receive.


Field Summary
static EventMask ALL_EVENTS_MASK
          Deprecated.  
static EventMask BUTTON_MOTION_MASK
          Deprecated.  
static EventMask BUTTON_PRESS_MASK
          Deprecated.  
static EventMask BUTTON_RELEASE_MASK
          Deprecated.  
static EventMask BUTTON1_MOTION_MASK
          Deprecated.  
static EventMask BUTTON2_MOTION_MASK
          Deprecated.  
static EventMask BUTTON3_MOTION_MASK
          Deprecated.  
static EventMask ENTER_NOTIFY_MASK
          Deprecated.  
static EventMask EXPOSURE_MASK
          Deprecated.  
static EventMask FOCUS_CHANGE_MASK
          Deprecated.  
static EventMask KEY_PRESS_MASK
          Deprecated.  
static EventMask KEY_RELEASE_MASK
          Deprecated.  
static EventMask LEAVE_NOTIFY_MASK
          Deprecated.  
static EventMask POINTER_MOTION_HINT_MASK
          Deprecated.  
static EventMask POINTER_MOTION_MASK
          Deprecated.  
static EventMask PROPERTY_CHANGE_MASK
          Deprecated.  
static EventMask PROXIMITY_IN_MASK
          Deprecated.  
static EventMask PROXIMITY_OUT_MASK
          Deprecated.  
static EventMask SCROLL_MASK
          Deprecated.  
static EventMask STRUCTURE_MASK
          Deprecated.  
static EventMask SUBSTRUCTURE_MASK
          Deprecated.  
static EventMask VISIBILITY_NOTIFY_MASK
          Deprecated.  
 
Method Summary
 EventMask and(EventMask other)
          Deprecated.  
static EventMask intern(int value)
          Deprecated.  
 EventMask or(EventMask other)
          Deprecated.  
 boolean test(EventMask other)
          Deprecated.  
 EventMask xor(EventMask other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Flags
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPOSURE_MASK

public static final EventMask EXPOSURE_MASK
Deprecated. 

POINTER_MOTION_MASK

public static final EventMask POINTER_MOTION_MASK
Deprecated. 

POINTER_MOTION_HINT_MASK

public static final EventMask POINTER_MOTION_HINT_MASK
Deprecated. 

BUTTON_MOTION_MASK

public static final EventMask BUTTON_MOTION_MASK
Deprecated. 

BUTTON1_MOTION_MASK

public static final EventMask BUTTON1_MOTION_MASK
Deprecated. 

BUTTON2_MOTION_MASK

public static final EventMask BUTTON2_MOTION_MASK
Deprecated. 

BUTTON3_MOTION_MASK

public static final EventMask BUTTON3_MOTION_MASK
Deprecated. 

BUTTON_PRESS_MASK

public static final EventMask BUTTON_PRESS_MASK
Deprecated. 

BUTTON_RELEASE_MASK

public static final EventMask BUTTON_RELEASE_MASK
Deprecated. 

KEY_PRESS_MASK

public static final EventMask KEY_PRESS_MASK
Deprecated. 

KEY_RELEASE_MASK

public static final EventMask KEY_RELEASE_MASK
Deprecated. 

ENTER_NOTIFY_MASK

public static final EventMask ENTER_NOTIFY_MASK
Deprecated. 

LEAVE_NOTIFY_MASK

public static final EventMask LEAVE_NOTIFY_MASK
Deprecated. 

FOCUS_CHANGE_MASK

public static final EventMask FOCUS_CHANGE_MASK
Deprecated. 

STRUCTURE_MASK

public static final EventMask STRUCTURE_MASK
Deprecated. 

PROPERTY_CHANGE_MASK

public static final EventMask PROPERTY_CHANGE_MASK
Deprecated. 

VISIBILITY_NOTIFY_MASK

public static final EventMask VISIBILITY_NOTIFY_MASK
Deprecated. 

PROXIMITY_IN_MASK

public static final EventMask PROXIMITY_IN_MASK
Deprecated. 

PROXIMITY_OUT_MASK

public static final EventMask PROXIMITY_OUT_MASK
Deprecated. 

SUBSTRUCTURE_MASK

public static final EventMask SUBSTRUCTURE_MASK
Deprecated. 

SCROLL_MASK

public static final EventMask SCROLL_MASK
Deprecated. 

ALL_EVENTS_MASK

public static final EventMask ALL_EVENTS_MASK
Deprecated. 
Method Detail

intern

public static EventMask intern(int value)
Deprecated. 

or

public EventMask or(EventMask other)
Deprecated. 

and

public EventMask and(EventMask other)
Deprecated. 

xor

public EventMask xor(EventMask other)
Deprecated. 

test

public boolean test(EventMask other)
Deprecated.