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:
getComboBoxAncestorInputMapin interfaceInputMapSet- Overrides:
getComboBoxAncestorInputMapin classBaseInputMapSet
-
getSingleLineTextComponentFocusInputMap
protected SubstanceInputMap getSingleLineTextComponentFocusInputMap()
-
getMultilineTextComponentFocusInputMap
protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
- Overrides:
getMultilineTextComponentFocusInputMapin classBaseInputMapSet
-
getFileChooserAncestorInputMap
public SubstanceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMapin interfaceInputMapSet- Overrides:
getFileChooserAncestorInputMapin classBaseInputMapSet
-
getListFocusInputMap
public SubstanceInputMap getListFocusInputMap()
- Specified by:
getListFocusInputMapin interfaceInputMapSet- Overrides:
getListFocusInputMapin classBaseInputMapSet
-
getPasswordFieldFocusInputMap
public SubstanceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMapin interfaceInputMapSet- Overrides:
getPasswordFieldFocusInputMapin classBaseInputMapSet
-
getScrollPaneAncestorInputMap
public SubstanceInputMap getScrollPaneAncestorInputMap()
- Specified by:
getScrollPaneAncestorInputMapin interfaceInputMapSet- Overrides:
getScrollPaneAncestorInputMapin classBaseInputMapSet
-
getSliderFocusInputMap
public SubstanceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMapin interfaceInputMapSet- Overrides:
getSliderFocusInputMapin classBaseInputMapSet
-
getTableAncestorInputMap
public SubstanceInputMap getTableAncestorInputMap()
- Specified by:
getTableAncestorInputMapin interfaceInputMapSet- Overrides:
getTableAncestorInputMapin classBaseInputMapSet
-
getTextFieldFocusInputMap
public SubstanceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMapin interfaceInputMapSet- Overrides:
getTextFieldFocusInputMapin classBaseInputMapSet
-
getTreeFocusInputMap
public SubstanceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMapin interfaceInputMapSet- Overrides:
getTreeFocusInputMapin classBaseInputMapSet
-
-