Class BaseInputMapSet.ScrollBarActions
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet.ScrollBarActions
-
- Enclosing class:
- BaseInputMapSet
protected static class BaseInputMapSet.ScrollBarActions extends Object
From BasicScrollBarUI.Actions
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAX_SCROLL
static String
MIN_SCROLL
static String
NEGATIVE_BLOCK_INCREMENT
static String
NEGATIVE_UNIT_INCREMENT
static String
POSITIVE_BLOCK_INCREMENT
static String
POSITIVE_UNIT_INCREMENT
-
Constructor Summary
Constructors Modifier Constructor Description protected
ScrollBarActions()
-
-
-
Field Detail
-
POSITIVE_UNIT_INCREMENT
public static final String POSITIVE_UNIT_INCREMENT
- See Also:
- Constant Field Values
-
POSITIVE_BLOCK_INCREMENT
public static final String POSITIVE_BLOCK_INCREMENT
- See Also:
- Constant Field Values
-
NEGATIVE_UNIT_INCREMENT
public static final String NEGATIVE_UNIT_INCREMENT
- See Also:
- Constant Field Values
-
NEGATIVE_BLOCK_INCREMENT
public static final String NEGATIVE_BLOCK_INCREMENT
- See Also:
- Constant Field Values
-
MIN_SCROLL
public static final String MIN_SCROLL
- See Also:
- Constant Field Values
-
MAX_SCROLL
public static final String MAX_SCROLL
- See Also:
- Constant Field Values
-
-