Class AquaInputMapSet
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
-
- org.pushingpixels.substance.internal.inputmaps.AquaInputMapSet
-
- All Implemented Interfaces:
InputMapSet
public class AquaInputMapSet extends BaseInputMapSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
BaseInputMapSet.ComboActions, BaseInputMapSet.DesktopPaneActions, BaseInputMapSet.FileChooserActions, BaseInputMapSet.ListActions, BaseInputMapSet.RootPaneActions, BaseInputMapSet.ScrollBarActions, BaseInputMapSet.ScrollPaneActions, BaseInputMapSet.SliderActions, BaseInputMapSet.SplitPaneActions, BaseInputMapSet.TabbedPaneActions, BaseInputMapSet.TableActions, BaseInputMapSet.TableHeaderActions, BaseInputMapSet.TextComponentActions, BaseInputMapSet.ToolBarActions, BaseInputMapSet.TreeActions
-
-
Constructor Summary
Constructors Constructor Description AquaInputMapSet()
-
Method Summary
-
Methods inherited from class org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
getActionControlFocusInputMap, getButtonFocusInputMap, getCheckBoxFocusInputMap, getDesktopAncestorInputMap, getEditorPaneFocusInputMap, getFormattedTextFieldFocusInputMap, getRadioButtonFocusInputMap, getRootPaneAncestorInputMap, getScrollBarAncestorInputMap, getSpinnerAncestorInputMap, getSplitPaneAncestorInputMap, getTabbedPaneAncestorInputMap, getTabbedPaneFocusInputMap, getTableHeaderAncestorInputMap, getTextAreaFocusInputMap, getTextPaneFocusInputMap, getToggleButtonFocusInputMap, getToolBarAncestorInputMap, getTreeAncestorInputMap
-
-
-
-
Method Detail
-
getComboBoxAncestorInputMap
public SubstanceInputMap getComboBoxAncestorInputMap()
- Specified by:
getComboBoxAncestorInputMap
in interfaceInputMapSet
- Overrides:
getComboBoxAncestorInputMap
in classBaseInputMapSet
-
getSingleLineTextComponentFocusInputMap
protected SubstanceInputMap getSingleLineTextComponentFocusInputMap()
-
getMultilineTextComponentFocusInputMap
protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
- Overrides:
getMultilineTextComponentFocusInputMap
in classBaseInputMapSet
-
getFileChooserAncestorInputMap
public SubstanceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMap
in interfaceInputMapSet
- Overrides:
getFileChooserAncestorInputMap
in classBaseInputMapSet
-
getListFocusInputMap
public SubstanceInputMap getListFocusInputMap()
- Specified by:
getListFocusInputMap
in interfaceInputMapSet
- Overrides:
getListFocusInputMap
in classBaseInputMapSet
-
getPasswordFieldFocusInputMap
public SubstanceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMap
in interfaceInputMapSet
- Overrides:
getPasswordFieldFocusInputMap
in classBaseInputMapSet
-
getScrollPaneAncestorInputMap
public SubstanceInputMap getScrollPaneAncestorInputMap()
- Specified by:
getScrollPaneAncestorInputMap
in interfaceInputMapSet
- Overrides:
getScrollPaneAncestorInputMap
in classBaseInputMapSet
-
getSliderFocusInputMap
public SubstanceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMap
in interfaceInputMapSet
- Overrides:
getSliderFocusInputMap
in classBaseInputMapSet
-
getTableAncestorInputMap
public SubstanceInputMap getTableAncestorInputMap()
- Specified by:
getTableAncestorInputMap
in interfaceInputMapSet
- Overrides:
getTableAncestorInputMap
in classBaseInputMapSet
-
getTextFieldFocusInputMap
public SubstanceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMap
in interfaceInputMapSet
- Overrides:
getTextFieldFocusInputMap
in classBaseInputMapSet
-
getTreeFocusInputMap
public SubstanceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMap
in interfaceInputMapSet
- Overrides:
getTreeFocusInputMap
in classBaseInputMapSet
-
-