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 RadianceInputMap
getButtonFocusInputMap()
RadianceInputMap
getFileChooserAncestorInputMap()
RadianceInputMap
getSliderFocusInputMap()
RadianceInputMap
getTabbedPaneAncestorInputMap()
RadianceInputMap
getTreeFocusInputMap()
-
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:
getButtonFocusInputMap
in interfaceInputMapSet
- Overrides:
getButtonFocusInputMap
in classBaseInputMapSet
-
getFileChooserAncestorInputMap
public RadianceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMap
in interfaceInputMapSet
- Overrides:
getFileChooserAncestorInputMap
in classBaseInputMapSet
-
getSliderFocusInputMap
public RadianceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMap
in interfaceInputMapSet
- Overrides:
getSliderFocusInputMap
in classBaseInputMapSet
-
getTabbedPaneAncestorInputMap
public RadianceInputMap getTabbedPaneAncestorInputMap()
- Specified by:
getTabbedPaneAncestorInputMap
in interfaceInputMapSet
- Overrides:
getTabbedPaneAncestorInputMap
in classBaseInputMapSet
-
getTreeFocusInputMap
public RadianceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMap
in interfaceInputMapSet
- Overrides:
getTreeFocusInputMap
in classBaseInputMapSet
-
-