Class BaseInputMapSet.ScrollPaneActions
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet.ScrollPaneActions
-
- Enclosing class:
- BaseInputMapSet
protected static class BaseInputMapSet.ScrollPaneActions extends Object
From BasicScrollPaneUI.Actions
-
-
Field Summary
Fields Modifier and Type Field Description static String
SCROLL_DOWN
static String
SCROLL_END
static String
SCROLL_HOME
static String
SCROLL_LEFT
static String
SCROLL_RIGHT
static String
SCROLL_UP
static String
UNIT_SCROLL_DOWN
static String
UNIT_SCROLL_LEFT
static String
UNIT_SCROLL_RIGHT
static String
UNIT_SCROLL_UP
-
Constructor Summary
Constructors Modifier Constructor Description protected
ScrollPaneActions()
-
-
-
Field Detail
-
SCROLL_UP
public static final String SCROLL_UP
- See Also:
- Constant Field Values
-
SCROLL_DOWN
public static final String SCROLL_DOWN
- See Also:
- Constant Field Values
-
SCROLL_HOME
public static final String SCROLL_HOME
- See Also:
- Constant Field Values
-
SCROLL_END
public static final String SCROLL_END
- See Also:
- Constant Field Values
-
UNIT_SCROLL_UP
public static final String UNIT_SCROLL_UP
- See Also:
- Constant Field Values
-
UNIT_SCROLL_DOWN
public static final String UNIT_SCROLL_DOWN
- See Also:
- Constant Field Values
-
SCROLL_LEFT
public static final String SCROLL_LEFT
- See Also:
- Constant Field Values
-
SCROLL_RIGHT
public static final String SCROLL_RIGHT
- See Also:
- Constant Field Values
-
UNIT_SCROLL_LEFT
public static final String UNIT_SCROLL_LEFT
- See Also:
- Constant Field Values
-
UNIT_SCROLL_RIGHT
public static final String UNIT_SCROLL_RIGHT
- See Also:
- Constant Field Values
-
-