Class GnomeInputMapSet
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.inputmaps.BaseInputMapSet
-
- org.pushingpixels.radiance.theming.internal.inputmaps.GnomeInputMapSet
-
- All Implemented Interfaces:
InputMapSet
public class GnomeInputMapSet extends BaseInputMapSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.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 RadianceInputMapgetButtonFocusInputMap()RadianceInputMapgetFileChooserAncestorInputMap()RadianceInputMapgetSliderFocusInputMap()RadianceInputMapgetTabbedPaneAncestorInputMap()RadianceInputMapgetTreeFocusInputMap()-
Methods inherited from class org.pushingpixels.radiance.theming.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 RadianceInputMap getButtonFocusInputMap()
- Specified by:
getButtonFocusInputMapin interfaceInputMapSet- Overrides:
getButtonFocusInputMapin classBaseInputMapSet
-
getFileChooserAncestorInputMap
public RadianceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMapin interfaceInputMapSet- Overrides:
getFileChooserAncestorInputMapin classBaseInputMapSet
-
getSliderFocusInputMap
public RadianceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMapin interfaceInputMapSet- Overrides:
getSliderFocusInputMapin classBaseInputMapSet
-
getTabbedPaneAncestorInputMap
public RadianceInputMap getTabbedPaneAncestorInputMap()
- Specified by:
getTabbedPaneAncestorInputMapin interfaceInputMapSet- Overrides:
getTabbedPaneAncestorInputMapin classBaseInputMapSet
-
getTreeFocusInputMap
public RadianceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMapin interfaceInputMapSet- Overrides:
getTreeFocusInputMapin classBaseInputMapSet
-
-