public class ScrollEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BACKWARD
Scroll direction == backward relative to the user's viewport.
|
static int |
FORWARD
Scroll direction == forward relative to the user's viewport.
|
static int |
NONE
Scroll direction == none relative to the user's viewport.
|
CompositeTable |
sender
The CompositeTable that sent this event.
|
int |
userScrollDirection
The direction that the user scrolled relative to the viewport.
|
Constructor and Description |
---|
ScrollEvent(int userScrollDirection,
CompositeTable parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int FORWARD
public static final int NONE
public static final int BACKWARD
public final int userScrollDirection
public final CompositeTable sender
public ScrollEvent(int userScrollDirection, CompositeTable parent)
userScrollDirection
- parent
-