|
|||||||||||
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.ScrollDirection
Field Summary | |
static ScrollDirection |
DOWN
|
static ScrollDirection |
LEFT
|
static ScrollDirection |
RIGHT
|
static ScrollDirection |
UP
|
Method Summary | |
ScrollDirection |
and(ScrollDirection other)
|
static ScrollDirection |
intern(int value)
|
ScrollDirection |
or(ScrollDirection other)
|
boolean |
test(ScrollDirection other)
|
ScrollDirection |
xor(ScrollDirection 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 ScrollDirection UP
public static final ScrollDirection DOWN
public static final ScrollDirection LEFT
public static final ScrollDirection RIGHT
Method Detail |
public static ScrollDirection intern(int value)
public ScrollDirection or(ScrollDirection other)
public ScrollDirection and(ScrollDirection other)
public ScrollDirection xor(ScrollDirection other)
public boolean test(ScrollDirection 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 |