org.gnu.gdk

Class ExtensionMode


public class ExtensionMode
extends 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)
static ExtensionMode
intern(int value)
ExtensionMode
or(ExtensionMode other)
boolean
test(ExtensionMode other)
ExtensionMode
xor(ExtensionMode other)

Field Details

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 Details

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)