public static class JRSUIConstants.ScrollBarPart
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.ScrollBarPart |
ARROW_MAX |
static JRSUIConstants.ScrollBarPart |
ARROW_MAX_INSIDE |
static JRSUIConstants.ScrollBarPart |
ARROW_MIN |
static JRSUIConstants.ScrollBarPart |
ARROW_MIN_INSIDE |
static JRSUIConstants.ScrollBarPart |
NONE |
static JRSUIConstants.ScrollBarPart |
THUMB |
static JRSUIConstants.ScrollBarPart |
TRACK_MAX |
static JRSUIConstants.ScrollBarPart |
TRACK_MIN |
| Modifier and Type | Method and Description |
|---|---|
long |
apply(long encodedState)
Applies this property value to the provided state
|
java.lang.String |
toString() |
public static final JRSUIConstants.ScrollBarPart NONE
public static final JRSUIConstants.ScrollBarPart THUMB
public static final JRSUIConstants.ScrollBarPart ARROW_MIN
public static final JRSUIConstants.ScrollBarPart ARROW_MAX
public static final JRSUIConstants.ScrollBarPart ARROW_MAX_INSIDE
public static final JRSUIConstants.ScrollBarPart ARROW_MIN_INSIDE
public static final JRSUIConstants.ScrollBarPart TRACK_MIN
public static final JRSUIConstants.ScrollBarPart TRACK_MAX
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object