public final class ScrollEventType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EndScroll
The scroll box has stopped moving.
|
static int |
First
The scroll box was moved to the minimum position.
|
static int |
LargeDecrement
The scroll box moved a large distance.
|
static int |
LargeIncrement
The scroll box moved a large distance.
|
static int |
Last
The scroll box was moved to the maximum position.
|
static int |
SmallDecrement
The scroll box was moved a small distance.
|
static int |
SmallIncrement
The scroll box was moved a small distance.
|
static int |
ThumbPosition
The scroll box was moved.
|
static int |
ThumbTrack
The scroll box is currently being moved.
|
public static final int SmallDecrement
public static final int SmallIncrement
public static final int LargeDecrement
public static final int LargeIncrement
public static final int ThumbPosition
public static final int ThumbTrack
public static final int First
public static final int Last
public static final int EndScroll