org.gnu.gdk
Class EventScroll
java.lang.Object
org.gnu.glib.Struct
org.gnu.glib.Boxed
org.gnu.gdk.Event
org.gnu.gdk.EventScroll
Deprecated. This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.EventScroll
.
public class EventScroll
- extends Event
Constructor Summary |
EventScroll(Event evt)
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
EventScroll(org.gnu.glib.Handle handle)
Deprecated. |
Methods inherited from class org.gnu.glib.Boxed |
equals, getBoxedFromHandle, hashCode |
Methods inherited from class org.gnu.glib.Struct |
getHandle, getNullHandle |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
EventScroll
public EventScroll(Event evt)
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- Promotion constructor. Construct the specific event object by promoting
(sharing the Handle object of) the base Event.
EventScroll
public EventScroll(org.gnu.glib.Handle handle)
- Deprecated.
getScrollDirection
public ScrollDirection getScrollDirection()
- Deprecated.
getWindow
public Window getWindow()
- Deprecated.