Class WindowsInputMapSet
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.inputmaps.BaseInputMapSet
-
- org.pushingpixels.radiance.theming.internal.inputmaps.WindowsInputMapSet
-
- All Implemented Interfaces:
InputMapSet
public class WindowsInputMapSet 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 WindowsInputMapSet()
-
Method Summary
-
Methods inherited from class org.pushingpixels.radiance.theming.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 RadianceInputMap getComboBoxAncestorInputMap()
- Specified by:
getComboBoxAncestorInputMap
in interfaceInputMapSet
- Overrides:
getComboBoxAncestorInputMap
in classBaseInputMapSet
-
getDesktopAncestorInputMap
public RadianceInputMap getDesktopAncestorInputMap()
- Specified by:
getDesktopAncestorInputMap
in interfaceInputMapSet
- Overrides:
getDesktopAncestorInputMap
in classBaseInputMapSet
-
getMultilineTextComponentFocusInputMap
protected RadianceInputMap getMultilineTextComponentFocusInputMap()
- Overrides:
getMultilineTextComponentFocusInputMap
in classBaseInputMapSet
-
getPasswordFieldFocusInputMap
public RadianceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMap
in interfaceInputMapSet
- Overrides:
getPasswordFieldFocusInputMap
in classBaseInputMapSet
-
getScrollBarAncestorInputMap
public RadianceInputMap getScrollBarAncestorInputMap()
- Specified by:
getScrollBarAncestorInputMap
in interfaceInputMapSet
- Overrides:
getScrollBarAncestorInputMap
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
-
getTextFieldFocusInputMap
public RadianceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMap
in interfaceInputMapSet
- Overrides:
getTextFieldFocusInputMap
in classBaseInputMapSet
-
-