|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gdk.ExtensionMode
org.gnome.gdk.ExtensionMode
.
public class ExtensionMode
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 |
---|
public static final ExtensionMode EVENTS_NONE
public static final ExtensionMode EVENTS_ALL
public static final ExtensionMode EVENTS_CURSOR
Method Detail |
---|
public static ExtensionMode intern(int value)
public ExtensionMode or(ExtensionMode other)
public ExtensionMode and(ExtensionMode other)
public ExtensionMode xor(ExtensionMode other)
public boolean test(ExtensionMode other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |