org.gnu.gdk
Class ExtensionMode

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

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

public class ExtensionMode
extends org.gnu.glib.Enum

An enumeration used to specify which extension events are desired for a particular widget.


Field Summary
static ExtensionMode EVENTS_ALL
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static ExtensionMode EVENTS_CURSOR
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static ExtensionMode EVENTS_NONE
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
 
Method Summary
 ExtensionMode and(ExtensionMode other)
          Deprecated.  
static ExtensionMode intern(int value)
          Deprecated.  
 ExtensionMode or(ExtensionMode other)
          Deprecated.  
 boolean test(ExtensionMode other)
          Deprecated.  
 ExtensionMode xor(ExtensionMode 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

EVENTS_NONE

public static final ExtensionMode EVENTS_NONE
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
No extension events are desired.


EVENTS_ALL

public static final ExtensionMode EVENTS_ALL
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
All extension events are desired.


EVENTS_CURSOR

public static final ExtensionMode EVENTS_CURSOR
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Extension events are desired only if a cursor will be displayed for the device.

Method Detail

intern

public static ExtensionMode intern(int value)
Deprecated. 

or

public ExtensionMode or(ExtensionMode other)
Deprecated. 

and

public ExtensionMode and(ExtensionMode other)
Deprecated. 

xor

public ExtensionMode xor(ExtensionMode other)
Deprecated. 

test

public boolean test(ExtensionMode other)
Deprecated.