Class BaseInputMapSet.SliderActions
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.inputmaps.BaseInputMapSet.SliderActions
-
- Enclosing class:
- BaseInputMapSet
protected static class BaseInputMapSet.SliderActions extends java.lang.Object
From BasicSliderUI.Actions
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MAX_SCROLL_INCREMENT
static java.lang.String
MIN_SCROLL_INCREMENT
static java.lang.String
NEGATIVE_BLOCK_INCREMENT
static java.lang.String
NEGATIVE_UNIT_INCREMENT
static java.lang.String
POSITIVE_BLOCK_INCREMENT
static java.lang.String
POSITIVE_UNIT_INCREMENT
-
Constructor Summary
Constructors Modifier Constructor Description protected
SliderActions()
-
-
-
Field Detail
-
POSITIVE_UNIT_INCREMENT
public static final java.lang.String POSITIVE_UNIT_INCREMENT
- See Also:
- Constant Field Values
-
POSITIVE_BLOCK_INCREMENT
public static final java.lang.String POSITIVE_BLOCK_INCREMENT
- See Also:
- Constant Field Values
-
NEGATIVE_UNIT_INCREMENT
public static final java.lang.String NEGATIVE_UNIT_INCREMENT
- See Also:
- Constant Field Values
-
NEGATIVE_BLOCK_INCREMENT
public static final java.lang.String NEGATIVE_BLOCK_INCREMENT
- See Also:
- Constant Field Values
-
MIN_SCROLL_INCREMENT
public static final java.lang.String MIN_SCROLL_INCREMENT
- See Also:
- Constant Field Values
-
MAX_SCROLL_INCREMENT
public static final java.lang.String MAX_SCROLL_INCREMENT
- See Also:
- Constant Field Values
-
-