org.gnu.gdk
Class ExtensionMode

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gdk.ExtensionMode

public class ExtensionMode
extends Enum


Field Summary
static ExtensionMode EVENTS_ALL
           
static ExtensionMode EVENTS_CURSOR
           
static ExtensionMode EVENTS_NONE
           
 
Method Summary
 ExtensionMode and(ExtensionMode other)
           
static ExtensionMode intern(int value)
           
 ExtensionMode or(ExtensionMode other)
           
 boolean test(ExtensionMode other)
           
 ExtensionMode xor(ExtensionMode 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

EVENTS_NONE

public static final ExtensionMode EVENTS_NONE

EVENTS_ALL

public static final ExtensionMode EVENTS_ALL

EVENTS_CURSOR

public static final ExtensionMode EVENTS_CURSOR
Method Detail

intern

public static ExtensionMode intern(int value)

or

public ExtensionMode or(ExtensionMode other)

and

public ExtensionMode and(ExtensionMode other)

xor

public ExtensionMode xor(ExtensionMode other)

test

public boolean test(ExtensionMode other)

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