|
|||||||||||
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.InputSource
Field Summary | |
static InputSource |
CURSOR
|
static InputSource |
ERASER
|
static InputSource |
MOUSE
|
static InputSource |
PEN
|
Method Summary | |
InputSource |
and(InputSource other)
|
static InputSource |
intern(int value)
|
InputSource |
or(InputSource other)
|
boolean |
test(InputSource other)
|
InputSource |
xor(InputSource 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 InputSource MOUSE
public static final InputSource PEN
public static final InputSource ERASER
public static final InputSource CURSOR
Method Detail |
public static InputSource intern(int value)
public InputSource or(InputSource other)
public InputSource and(InputSource other)
public InputSource xor(InputSource other)
public boolean test(InputSource 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 |