Class BaseInputMapSet
java.lang.Object
org.pushingpixels.radiance.theming.internal.inputmaps.BaseInputMapSet
- All Implemented Interfaces:
InputMapSet
- Direct Known Subclasses:
AquaInputMapSet
,GnomeInputMapSet
,WindowsInputMapSet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
Taken from BasicComboBoxUI.Actionsprotected static class
Taken from BasicDesktopPaneUI.Actionsprotected static class
From sun.swing.FilePane via BasicFileChooserUIprotected static class
From BasicListUI.Actionsprotected static class
From BasicRootPaneUI.Actionsprotected static class
From BasicScrollBarUI.Actionsprotected static class
From BasicScrollPaneUI.Actionsprotected static class
From BasicSliderUI.Actionsprotected static class
protected static class
From BasicTabbedPaneUI.Actionsprotected static class
From BasicTableUI.Actionsprotected static class
protected static class
protected static class
From BasicToolBarUI.Actionsprotected static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PRESSED
- See Also:
-
RELEASED
- See Also:
-
COPY
-
PASTE
-
CUT
-
-
Constructor Details
-
BaseInputMapSet
public BaseInputMapSet()
-
-
Method Details
-
getActionControlFocusInputMap
-
getButtonFocusInputMap
- Specified by:
getButtonFocusInputMap
in interfaceInputMapSet
-
getCheckBoxFocusInputMap
- Specified by:
getCheckBoxFocusInputMap
in interfaceInputMapSet
-
getComboBoxAncestorInputMap
- Specified by:
getComboBoxAncestorInputMap
in interfaceInputMapSet
-
getDesktopAncestorInputMap
- Specified by:
getDesktopAncestorInputMap
in interfaceInputMapSet
-
getMultilineTextComponentFocusInputMap
-
getEditorPaneFocusInputMap
- Specified by:
getEditorPaneFocusInputMap
in interfaceInputMapSet
-
getFileChooserAncestorInputMap
- Specified by:
getFileChooserAncestorInputMap
in interfaceInputMapSet
-
getFormattedTextFieldFocusInputMap
- Specified by:
getFormattedTextFieldFocusInputMap
in interfaceInputMapSet
-
getListFocusInputMap
- Specified by:
getListFocusInputMap
in interfaceInputMapSet
-
getPasswordFieldFocusInputMap
- Specified by:
getPasswordFieldFocusInputMap
in interfaceInputMapSet
-
getRadioButtonFocusInputMap
- Specified by:
getRadioButtonFocusInputMap
in interfaceInputMapSet
-
getRootPaneAncestorInputMap
- Specified by:
getRootPaneAncestorInputMap
in interfaceInputMapSet
-
getScrollBarAncestorInputMap
- Specified by:
getScrollBarAncestorInputMap
in interfaceInputMapSet
-
getScrollPaneAncestorInputMap
- Specified by:
getScrollPaneAncestorInputMap
in interfaceInputMapSet
-
getSliderFocusInputMap
- Specified by:
getSliderFocusInputMap
in interfaceInputMapSet
-
getSpinnerAncestorInputMap
- Specified by:
getSpinnerAncestorInputMap
in interfaceInputMapSet
-
getSplitPaneAncestorInputMap
- Specified by:
getSplitPaneAncestorInputMap
in interfaceInputMapSet
-
getTabbedPaneAncestorInputMap
- Specified by:
getTabbedPaneAncestorInputMap
in interfaceInputMapSet
-
getTabbedPaneFocusInputMap
- Specified by:
getTabbedPaneFocusInputMap
in interfaceInputMapSet
-
getTableAncestorInputMap
- Specified by:
getTableAncestorInputMap
in interfaceInputMapSet
-
getTableHeaderAncestorInputMap
- Specified by:
getTableHeaderAncestorInputMap
in interfaceInputMapSet
-
getTextAreaFocusInputMap
- Specified by:
getTextAreaFocusInputMap
in interfaceInputMapSet
-
getTextFieldFocusInputMap
- Specified by:
getTextFieldFocusInputMap
in interfaceInputMapSet
-
getTextPaneFocusInputMap
- Specified by:
getTextPaneFocusInputMap
in interfaceInputMapSet
-
getToggleButtonFocusInputMap
- Specified by:
getToggleButtonFocusInputMap
in interfaceInputMapSet
-
getToolBarAncestorInputMap
- Specified by:
getToolBarAncestorInputMap
in interfaceInputMapSet
-
getTreeAncestorInputMap
- Specified by:
getTreeAncestorInputMap
in interfaceInputMapSet
-
getTreeFocusInputMap
- Specified by:
getTreeFocusInputMap
in interfaceInputMapSet
-