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