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