Class BaseInputMapSet
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
-
- All Implemented Interfaces:
InputMapSet
- Direct Known Subclasses:
AquaInputMapSet,GnomeInputMapSet,WindowsInputMapSet
public class BaseInputMapSet extends Object implements InputMapSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classBaseInputMapSet.ComboActionsTaken from BasicComboBoxUI.Actionsprotected static classBaseInputMapSet.DesktopPaneActionsTaken from BasicDesktopPaneUI.Actionsprotected static classBaseInputMapSet.FileChooserActionsFrom sun.swing.FilePane via BasicFileChooserUIprotected static classBaseInputMapSet.ListActionsFrom BasicListUI.Actionsprotected static classBaseInputMapSet.RootPaneActionsFrom BasicRootPaneUI.Actionsprotected static classBaseInputMapSet.ScrollBarActionsFrom BasicScrollBarUI.Actionsprotected static classBaseInputMapSet.ScrollPaneActionsFrom BasicScrollPaneUI.Actionsprotected static classBaseInputMapSet.SliderActionsFrom BasicSliderUI.Actionsprotected static classBaseInputMapSet.SplitPaneActionsprotected static classBaseInputMapSet.TabbedPaneActionsFrom BasicTabbedPaneUI.Actionsprotected static classBaseInputMapSet.TableActionsFrom BasicTableUI.Actionsprotected static classBaseInputMapSet.TableHeaderActionsprotected static classBaseInputMapSet.TextComponentActionsprotected static classBaseInputMapSet.ToolBarActionsFrom BasicToolBarUI.Actionsprotected static classBaseInputMapSet.TreeActions
-
Constructor Summary
Constructors Constructor Description BaseInputMapSet()
-
Method Summary
-
-
-
Field Detail
-
PRESSED
public static final String PRESSED
- See Also:
- Constant Field Values
-
RELEASED
public static final String RELEASED
- See Also:
- Constant Field Values
-
COPY
public static final String COPY
-
PASTE
public static final String PASTE
-
CUT
public static final String CUT
-
-
Method Detail
-
getActionControlFocusInputMap
protected SubstanceInputMap getActionControlFocusInputMap()
-
getButtonFocusInputMap
public SubstanceInputMap getButtonFocusInputMap()
- Specified by:
getButtonFocusInputMapin interfaceInputMapSet
-
getCheckBoxFocusInputMap
public SubstanceInputMap getCheckBoxFocusInputMap()
- Specified by:
getCheckBoxFocusInputMapin interfaceInputMapSet
-
getComboBoxAncestorInputMap
public SubstanceInputMap getComboBoxAncestorInputMap()
- Specified by:
getComboBoxAncestorInputMapin interfaceInputMapSet
-
getDesktopAncestorInputMap
public SubstanceInputMap getDesktopAncestorInputMap()
- Specified by:
getDesktopAncestorInputMapin interfaceInputMapSet
-
getMultilineTextComponentFocusInputMap
protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
-
getEditorPaneFocusInputMap
public SubstanceInputMap getEditorPaneFocusInputMap()
- Specified by:
getEditorPaneFocusInputMapin interfaceInputMapSet
-
getFileChooserAncestorInputMap
public SubstanceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMapin interfaceInputMapSet
-
getFormattedTextFieldFocusInputMap
public SubstanceInputMap getFormattedTextFieldFocusInputMap()
- Specified by:
getFormattedTextFieldFocusInputMapin interfaceInputMapSet
-
getListFocusInputMap
public SubstanceInputMap getListFocusInputMap()
- Specified by:
getListFocusInputMapin interfaceInputMapSet
-
getPasswordFieldFocusInputMap
public SubstanceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMapin interfaceInputMapSet
-
getRadioButtonFocusInputMap
public SubstanceInputMap getRadioButtonFocusInputMap()
- Specified by:
getRadioButtonFocusInputMapin interfaceInputMapSet
-
getRootPaneAncestorInputMap
public SubstanceInputMap getRootPaneAncestorInputMap()
- Specified by:
getRootPaneAncestorInputMapin interfaceInputMapSet
-
getScrollBarAncestorInputMap
public SubstanceInputMap getScrollBarAncestorInputMap()
- Specified by:
getScrollBarAncestorInputMapin interfaceInputMapSet
-
getScrollPaneAncestorInputMap
public SubstanceInputMap getScrollPaneAncestorInputMap()
- Specified by:
getScrollPaneAncestorInputMapin interfaceInputMapSet
-
getSliderFocusInputMap
public SubstanceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMapin interfaceInputMapSet
-
getSpinnerAncestorInputMap
public SubstanceInputMap getSpinnerAncestorInputMap()
- Specified by:
getSpinnerAncestorInputMapin interfaceInputMapSet
-
getSplitPaneAncestorInputMap
public SubstanceInputMap getSplitPaneAncestorInputMap()
- Specified by:
getSplitPaneAncestorInputMapin interfaceInputMapSet
-
getTabbedPaneAncestorInputMap
public SubstanceInputMap getTabbedPaneAncestorInputMap()
- Specified by:
getTabbedPaneAncestorInputMapin interfaceInputMapSet
-
getTabbedPaneFocusInputMap
public SubstanceInputMap getTabbedPaneFocusInputMap()
- Specified by:
getTabbedPaneFocusInputMapin interfaceInputMapSet
-
getTableAncestorInputMap
public SubstanceInputMap getTableAncestorInputMap()
- Specified by:
getTableAncestorInputMapin interfaceInputMapSet
-
getTableHeaderAncestorInputMap
public SubstanceInputMap getTableHeaderAncestorInputMap()
- Specified by:
getTableHeaderAncestorInputMapin interfaceInputMapSet
-
getTextAreaFocusInputMap
public SubstanceInputMap getTextAreaFocusInputMap()
- Specified by:
getTextAreaFocusInputMapin interfaceInputMapSet
-
getTextFieldFocusInputMap
public SubstanceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMapin interfaceInputMapSet
-
getTextPaneFocusInputMap
public SubstanceInputMap getTextPaneFocusInputMap()
- Specified by:
getTextPaneFocusInputMapin interfaceInputMapSet
-
getToggleButtonFocusInputMap
public SubstanceInputMap getToggleButtonFocusInputMap()
- Specified by:
getToggleButtonFocusInputMapin interfaceInputMapSet
-
getToolBarAncestorInputMap
public SubstanceInputMap getToolBarAncestorInputMap()
- Specified by:
getToolBarAncestorInputMapin interfaceInputMapSet
-
getTreeAncestorInputMap
public SubstanceInputMap getTreeAncestorInputMap()
- Specified by:
getTreeAncestorInputMapin interfaceInputMapSet
-
getTreeFocusInputMap
public SubstanceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMapin interfaceInputMapSet
-
-