|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gdk.ScrollDirection
public final class ScrollDirection
The direction of an EventScroll
. With traditional wheel mice you
will only receive UP and DOWN directions. Most recent mice also allow to
move the wheel right and left, so RIGHT and LEFT directions refer to that.
Field Summary | |
---|---|
static ScrollDirection |
DOWN
The Window is scrolled down. |
static ScrollDirection |
LEFT
The Window is scrolled to the right. |
static ScrollDirection |
RIGHT
The Window is scrolled to the left |
static ScrollDirection |
UP
The Window is scrolled up. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ScrollDirection DOWN
public static final ScrollDirection LEFT
public static final ScrollDirection RIGHT
public static final ScrollDirection UP
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |