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 class
BaseInputMapSet.ComboActions
Taken from BasicComboBoxUI.Actionsprotected static class
BaseInputMapSet.DesktopPaneActions
Taken from BasicDesktopPaneUI.Actionsprotected static class
BaseInputMapSet.FileChooserActions
From sun.swing.FilePane via BasicFileChooserUIprotected static class
BaseInputMapSet.ListActions
From BasicListUI.Actionsprotected static class
BaseInputMapSet.RootPaneActions
From BasicRootPaneUI.Actionsprotected static class
BaseInputMapSet.ScrollBarActions
From BasicScrollBarUI.Actionsprotected static class
BaseInputMapSet.ScrollPaneActions
From BasicScrollPaneUI.Actionsprotected static class
BaseInputMapSet.SliderActions
From BasicSliderUI.Actionsprotected static class
BaseInputMapSet.SplitPaneActions
protected static class
BaseInputMapSet.TabbedPaneActions
From BasicTabbedPaneUI.Actionsprotected static class
BaseInputMapSet.TableActions
From BasicTableUI.Actionsprotected static class
BaseInputMapSet.TableHeaderActions
protected static class
BaseInputMapSet.TextComponentActions
protected static class
BaseInputMapSet.ToolBarActions
From BasicToolBarUI.Actionsprotected static class
BaseInputMapSet.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:
getButtonFocusInputMap
in interfaceInputMapSet
-
getCheckBoxFocusInputMap
public SubstanceInputMap getCheckBoxFocusInputMap()
- Specified by:
getCheckBoxFocusInputMap
in interfaceInputMapSet
-
getComboBoxAncestorInputMap
public SubstanceInputMap getComboBoxAncestorInputMap()
- Specified by:
getComboBoxAncestorInputMap
in interfaceInputMapSet
-
getDesktopAncestorInputMap
public SubstanceInputMap getDesktopAncestorInputMap()
- Specified by:
getDesktopAncestorInputMap
in interfaceInputMapSet
-
getMultilineTextComponentFocusInputMap
protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
-
getEditorPaneFocusInputMap
public SubstanceInputMap getEditorPaneFocusInputMap()
- Specified by:
getEditorPaneFocusInputMap
in interfaceInputMapSet
-
getFileChooserAncestorInputMap
public SubstanceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMap
in interfaceInputMapSet
-
getFormattedTextFieldFocusInputMap
public SubstanceInputMap getFormattedTextFieldFocusInputMap()
- Specified by:
getFormattedTextFieldFocusInputMap
in interfaceInputMapSet
-
getListFocusInputMap
public SubstanceInputMap getListFocusInputMap()
- Specified by:
getListFocusInputMap
in interfaceInputMapSet
-
getPasswordFieldFocusInputMap
public SubstanceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMap
in interfaceInputMapSet
-
getRadioButtonFocusInputMap
public SubstanceInputMap getRadioButtonFocusInputMap()
- Specified by:
getRadioButtonFocusInputMap
in interfaceInputMapSet
-
getRootPaneAncestorInputMap
public SubstanceInputMap getRootPaneAncestorInputMap()
- Specified by:
getRootPaneAncestorInputMap
in interfaceInputMapSet
-
getScrollBarAncestorInputMap
public SubstanceInputMap getScrollBarAncestorInputMap()
- Specified by:
getScrollBarAncestorInputMap
in interfaceInputMapSet
-
getScrollPaneAncestorInputMap
public SubstanceInputMap getScrollPaneAncestorInputMap()
- Specified by:
getScrollPaneAncestorInputMap
in interfaceInputMapSet
-
getSliderFocusInputMap
public SubstanceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMap
in interfaceInputMapSet
-
getSpinnerAncestorInputMap
public SubstanceInputMap getSpinnerAncestorInputMap()
- Specified by:
getSpinnerAncestorInputMap
in interfaceInputMapSet
-
getSplitPaneAncestorInputMap
public SubstanceInputMap getSplitPaneAncestorInputMap()
- Specified by:
getSplitPaneAncestorInputMap
in interfaceInputMapSet
-
getTabbedPaneAncestorInputMap
public SubstanceInputMap getTabbedPaneAncestorInputMap()
- Specified by:
getTabbedPaneAncestorInputMap
in interfaceInputMapSet
-
getTabbedPaneFocusInputMap
public SubstanceInputMap getTabbedPaneFocusInputMap()
- Specified by:
getTabbedPaneFocusInputMap
in interfaceInputMapSet
-
getTableAncestorInputMap
public SubstanceInputMap getTableAncestorInputMap()
- Specified by:
getTableAncestorInputMap
in interfaceInputMapSet
-
getTableHeaderAncestorInputMap
public SubstanceInputMap getTableHeaderAncestorInputMap()
- Specified by:
getTableHeaderAncestorInputMap
in interfaceInputMapSet
-
getTextAreaFocusInputMap
public SubstanceInputMap getTextAreaFocusInputMap()
- Specified by:
getTextAreaFocusInputMap
in interfaceInputMapSet
-
getTextFieldFocusInputMap
public SubstanceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMap
in interfaceInputMapSet
-
getTextPaneFocusInputMap
public SubstanceInputMap getTextPaneFocusInputMap()
- Specified by:
getTextPaneFocusInputMap
in interfaceInputMapSet
-
getToggleButtonFocusInputMap
public SubstanceInputMap getToggleButtonFocusInputMap()
- Specified by:
getToggleButtonFocusInputMap
in interfaceInputMapSet
-
getToolBarAncestorInputMap
public SubstanceInputMap getToolBarAncestorInputMap()
- Specified by:
getToolBarAncestorInputMap
in interfaceInputMapSet
-
getTreeAncestorInputMap
public SubstanceInputMap getTreeAncestorInputMap()
- Specified by:
getTreeAncestorInputMap
in interfaceInputMapSet
-
getTreeFocusInputMap
public SubstanceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMap
in interfaceInputMapSet
-
-