org.gnu.gdk
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.
| Field Summary | |
|---|---|
| static ExtensionMode | EVENTS_ALL
All extension events are desired. |
| static ExtensionMode | EVENTS_CURSOR
Extension events are desired only if a cursor will be displayed for the
device. |
| static ExtensionMode | EVENTS_NONE
No extension events are desired. |
| Method Summary | |
|---|---|
| ExtensionMode | and(ExtensionMode other) |
| static ExtensionMode | intern(int value) |
| ExtensionMode | or(ExtensionMode other) |
| boolean | test(ExtensionMode other) |
| ExtensionMode | xor(ExtensionMode other) |
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.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.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.