Class BaseInputMapSet.TabbedPaneActions
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet.TabbedPaneActions
-
- Enclosing class:
- BaseInputMapSet
protected static class BaseInputMapSet.TabbedPaneActions extends Object
From BasicTabbedPaneUI.Actions
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOWN
static String
LEFT
static String
NEXT
static String
PAGE_DOWN
static String
PAGE_UP
static String
PREVIOUS
static String
REQUEST_FOCUS
static String
REQUEST_FOCUS_FOR_VISIBLE
static String
RIGHT
static String
SCROLL_BACKWARD
static String
SCROLL_FORWARD
static String
SELECT_FOCUSED
static String
SET_SELECTED
static String
UP
-
Constructor Summary
Constructors Modifier Constructor Description protected
TabbedPaneActions()
-
-
-
Field Detail
-
NEXT
public static final String NEXT
- See Also:
- Constant Field Values
-
PREVIOUS
public static final String PREVIOUS
- See Also:
- Constant Field Values
-
RIGHT
public static final String RIGHT
- See Also:
- Constant Field Values
-
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
-
UP
public static final String UP
- See Also:
- Constant Field Values
-
DOWN
public static final String DOWN
- See Also:
- Constant Field Values
-
PAGE_UP
public static final String PAGE_UP
- See Also:
- Constant Field Values
-
PAGE_DOWN
public static final String PAGE_DOWN
- See Also:
- Constant Field Values
-
REQUEST_FOCUS
public static final String REQUEST_FOCUS
- See Also:
- Constant Field Values
-
REQUEST_FOCUS_FOR_VISIBLE
public static final String REQUEST_FOCUS_FOR_VISIBLE
- See Also:
- Constant Field Values
-
SET_SELECTED
public static final String SET_SELECTED
- See Also:
- Constant Field Values
-
SELECT_FOCUSED
public static final String SELECT_FOCUSED
- See Also:
- Constant Field Values
-
SCROLL_FORWARD
public static final String SCROLL_FORWARD
- See Also:
- Constant Field Values
-
SCROLL_BACKWARD
public static final String SCROLL_BACKWARD
- See Also:
- Constant Field Values
-
-