org.gnu.gdk
Class InputSource
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.InputSource
public class InputSource
- 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 |
MOUSE
public static final InputSource MOUSE
PEN
public static final InputSource PEN
ERASER
public static final InputSource ERASER
CURSOR
public static final InputSource CURSOR
intern
public static InputSource intern(int value)
or
public InputSource or(InputSource other)
and
public InputSource and(InputSource other)
xor
public InputSource xor(InputSource other)
test
public boolean test(InputSource other)