org.gnu.gdk

Class ExtensionMode

public class ExtensionMode extends Enum

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.

An enumeration used to specify which extension events are desired for a particular widget.
Field Summary
static ExtensionModeEVENTS_ALL
All extension events are desired.
static ExtensionModeEVENTS_CURSOR
Extension events are desired only if a cursor will be displayed for the device.
static ExtensionModeEVENTS_NONE
No extension events are desired.
Method Summary
ExtensionModeand(ExtensionMode other)
static ExtensionModeintern(int value)
ExtensionModeor(ExtensionMode other)
booleantest(ExtensionMode other)
ExtensionModexor(ExtensionMode other)

Field Detail

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.

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.

Method Detail

and

public ExtensionMode and(ExtensionMode other)

intern

public static ExtensionMode intern(int value)

or

public ExtensionMode or(ExtensionMode other)

test

public boolean test(ExtensionMode other)

xor

public ExtensionMode xor(ExtensionMode other)