|
|||||||||||
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.InputMode
Field Summary | |
static InputMode |
DISABLED
|
static InputMode |
SCREEN
|
static InputMode |
WINDOW
|
Method Summary | |
InputMode |
and(InputMode other)
|
static InputMode |
intern(int value)
|
InputMode |
or(InputMode other)
|
boolean |
test(InputMode other)
|
InputMode |
xor(InputMode 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 InputMode DISABLED
public static final InputMode SCREEN
public static final InputMode WINDOW
Method Detail |
public static InputMode intern(int value)
public InputMode or(InputMode other)
public InputMode and(InputMode other)
public InputMode xor(InputMode other)
public boolean test(InputMode 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 |