Class WindowsInputMapSet
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
-
- org.pushingpixels.substance.internal.inputmaps.WindowsInputMapSet
-
- All Implemented Interfaces:
InputMapSet
public class WindowsInputMapSet 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 WindowsInputMapSet()
-
Method Summary
-
Methods inherited from class org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet
getActionControlFocusInputMap, getButtonFocusInputMap, getCheckBoxFocusInputMap, getEditorPaneFocusInputMap, getFileChooserAncestorInputMap, getFormattedTextFieldFocusInputMap, getListFocusInputMap, getRadioButtonFocusInputMap, getRootPaneAncestorInputMap, getScrollPaneAncestorInputMap, getSpinnerAncestorInputMap, getSplitPaneAncestorInputMap, getTabbedPaneFocusInputMap, getTableAncestorInputMap, getTableHeaderAncestorInputMap, getTextAreaFocusInputMap, getTextPaneFocusInputMap, getToggleButtonFocusInputMap, getToolBarAncestorInputMap, getTreeAncestorInputMap, getTreeFocusInputMap
-
-
-
-
Method Detail
-
getComboBoxAncestorInputMap
public SubstanceInputMap getComboBoxAncestorInputMap()
- Specified by:
getComboBoxAncestorInputMap
in interfaceInputMapSet
- Overrides:
getComboBoxAncestorInputMap
in classBaseInputMapSet
-
getDesktopAncestorInputMap
public SubstanceInputMap getDesktopAncestorInputMap()
- Specified by:
getDesktopAncestorInputMap
in interfaceInputMapSet
- Overrides:
getDesktopAncestorInputMap
in classBaseInputMapSet
-
getMultilineTextComponentFocusInputMap
protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
- Overrides:
getMultilineTextComponentFocusInputMap
in classBaseInputMapSet
-
getPasswordFieldFocusInputMap
public SubstanceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMap
in interfaceInputMapSet
- Overrides:
getPasswordFieldFocusInputMap
in classBaseInputMapSet
-
getScrollBarAncestorInputMap
public SubstanceInputMap getScrollBarAncestorInputMap()
- Specified by:
getScrollBarAncestorInputMap
in interfaceInputMapSet
- Overrides:
getScrollBarAncestorInputMap
in classBaseInputMapSet
-
getSliderFocusInputMap
public SubstanceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMap
in interfaceInputMapSet
- Overrides:
getSliderFocusInputMap
in classBaseInputMapSet
-
getTabbedPaneAncestorInputMap
public SubstanceInputMap getTabbedPaneAncestorInputMap()
- Specified by:
getTabbedPaneAncestorInputMap
in interfaceInputMapSet
- Overrides:
getTabbedPaneAncestorInputMap
in classBaseInputMapSet
-
getTextFieldFocusInputMap
public SubstanceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMap
in interfaceInputMapSet
- Overrides:
getTextFieldFocusInputMap
in classBaseInputMapSet
-
-