|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.ExtensionMode
Field Summary | |
static ExtensionMode |
EVENTS_ALL
|
static ExtensionMode |
EVENTS_CURSOR
|
static ExtensionMode |
EVENTS_NONE
|
Method Summary | |
ExtensionMode |
and(ExtensionMode other)
|
static ExtensionMode |
intern(int value)
|
ExtensionMode |
or(ExtensionMode other)
|
boolean |
test(ExtensionMode other)
|
ExtensionMode |
xor(ExtensionMode other)
|
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)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |