org.gnu.gdk
Class InputMode
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.InputMode
public class InputMode
- extends org.gnu.glib.Enum
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 |
DISABLED
public static final InputMode DISABLED
SCREEN
public static final InputMode SCREEN
WINDOW
public static final InputMode WINDOW
intern
public static InputMode intern(int value)
or
public InputMode or(InputMode other)
and
public InputMode and(InputMode other)
xor
public InputMode xor(InputMode other)
test
public boolean test(InputMode other)