Class BaseInputMapSet
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.inputmaps.BaseInputMapSet
-
- All Implemented Interfaces:
InputMapSet
- Direct Known Subclasses:
AquaInputMapSet,GnomeInputMapSet,WindowsInputMapSet
public class BaseInputMapSet extends java.lang.Object implements InputMapSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classBaseInputMapSet.ComboActionsTaken from BasicComboBoxUI.Actionsprotected static classBaseInputMapSet.DesktopPaneActionsTaken from BasicDesktopPaneUI.Actionsprotected static classBaseInputMapSet.FileChooserActionsFrom sun.swing.FilePane via BasicFileChooserUIprotected static classBaseInputMapSet.ListActionsFrom BasicListUI.Actionsprotected static classBaseInputMapSet.RootPaneActionsFrom BasicRootPaneUI.Actionsprotected static classBaseInputMapSet.ScrollBarActionsFrom BasicScrollBarUI.Actionsprotected static classBaseInputMapSet.ScrollPaneActionsFrom BasicScrollPaneUI.Actionsprotected static classBaseInputMapSet.SliderActionsFrom BasicSliderUI.Actionsprotected static classBaseInputMapSet.SplitPaneActionsprotected static classBaseInputMapSet.TabbedPaneActionsFrom BasicTabbedPaneUI.Actionsprotected static classBaseInputMapSet.TableActionsFrom BasicTableUI.Actionsprotected static classBaseInputMapSet.TableHeaderActionsprotected static classBaseInputMapSet.TextComponentActionsprotected static classBaseInputMapSet.ToolBarActionsFrom BasicToolBarUI.Actionsprotected static classBaseInputMapSet.TreeActions
-
Constructor Summary
Constructors Constructor Description BaseInputMapSet()
-
Method Summary
-
-
-
Field Detail
-
PRESSED
public static final java.lang.String PRESSED
- See Also:
- Constant Field Values
-
RELEASED
public static final java.lang.String RELEASED
- See Also:
- Constant Field Values
-
COPY
public static final java.lang.String COPY
-
PASTE
public static final java.lang.String PASTE
-
CUT
public static final java.lang.String CUT
-
-
Method Detail
-
getActionControlFocusInputMap
protected RadianceInputMap getActionControlFocusInputMap()
-
getButtonFocusInputMap
public RadianceInputMap getButtonFocusInputMap()
- Specified by:
getButtonFocusInputMapin interfaceInputMapSet
-
getCheckBoxFocusInputMap
public RadianceInputMap getCheckBoxFocusInputMap()
- Specified by:
getCheckBoxFocusInputMapin interfaceInputMapSet
-
getComboBoxAncestorInputMap
public RadianceInputMap getComboBoxAncestorInputMap()
- Specified by:
getComboBoxAncestorInputMapin interfaceInputMapSet
-
getDesktopAncestorInputMap
public RadianceInputMap getDesktopAncestorInputMap()
- Specified by:
getDesktopAncestorInputMapin interfaceInputMapSet
-
getMultilineTextComponentFocusInputMap
protected RadianceInputMap getMultilineTextComponentFocusInputMap()
-
getEditorPaneFocusInputMap
public RadianceInputMap getEditorPaneFocusInputMap()
- Specified by:
getEditorPaneFocusInputMapin interfaceInputMapSet
-
getFileChooserAncestorInputMap
public RadianceInputMap getFileChooserAncestorInputMap()
- Specified by:
getFileChooserAncestorInputMapin interfaceInputMapSet
-
getFormattedTextFieldFocusInputMap
public RadianceInputMap getFormattedTextFieldFocusInputMap()
- Specified by:
getFormattedTextFieldFocusInputMapin interfaceInputMapSet
-
getListFocusInputMap
public RadianceInputMap getListFocusInputMap()
- Specified by:
getListFocusInputMapin interfaceInputMapSet
-
getPasswordFieldFocusInputMap
public RadianceInputMap getPasswordFieldFocusInputMap()
- Specified by:
getPasswordFieldFocusInputMapin interfaceInputMapSet
-
getRadioButtonFocusInputMap
public RadianceInputMap getRadioButtonFocusInputMap()
- Specified by:
getRadioButtonFocusInputMapin interfaceInputMapSet
-
getRootPaneAncestorInputMap
public RadianceInputMap getRootPaneAncestorInputMap()
- Specified by:
getRootPaneAncestorInputMapin interfaceInputMapSet
-
getScrollBarAncestorInputMap
public RadianceInputMap getScrollBarAncestorInputMap()
- Specified by:
getScrollBarAncestorInputMapin interfaceInputMapSet
-
getScrollPaneAncestorInputMap
public RadianceInputMap getScrollPaneAncestorInputMap()
- Specified by:
getScrollPaneAncestorInputMapin interfaceInputMapSet
-
getSliderFocusInputMap
public RadianceInputMap getSliderFocusInputMap()
- Specified by:
getSliderFocusInputMapin interfaceInputMapSet
-
getSpinnerAncestorInputMap
public RadianceInputMap getSpinnerAncestorInputMap()
- Specified by:
getSpinnerAncestorInputMapin interfaceInputMapSet
-
getSplitPaneAncestorInputMap
public RadianceInputMap getSplitPaneAncestorInputMap()
- Specified by:
getSplitPaneAncestorInputMapin interfaceInputMapSet
-
getTabbedPaneAncestorInputMap
public RadianceInputMap getTabbedPaneAncestorInputMap()
- Specified by:
getTabbedPaneAncestorInputMapin interfaceInputMapSet
-
getTabbedPaneFocusInputMap
public RadianceInputMap getTabbedPaneFocusInputMap()
- Specified by:
getTabbedPaneFocusInputMapin interfaceInputMapSet
-
getTableAncestorInputMap
public RadianceInputMap getTableAncestorInputMap()
- Specified by:
getTableAncestorInputMapin interfaceInputMapSet
-
getTableHeaderAncestorInputMap
public RadianceInputMap getTableHeaderAncestorInputMap()
- Specified by:
getTableHeaderAncestorInputMapin interfaceInputMapSet
-
getTextAreaFocusInputMap
public RadianceInputMap getTextAreaFocusInputMap()
- Specified by:
getTextAreaFocusInputMapin interfaceInputMapSet
-
getTextFieldFocusInputMap
public RadianceInputMap getTextFieldFocusInputMap()
- Specified by:
getTextFieldFocusInputMapin interfaceInputMapSet
-
getTextPaneFocusInputMap
public RadianceInputMap getTextPaneFocusInputMap()
- Specified by:
getTextPaneFocusInputMapin interfaceInputMapSet
-
getToggleButtonFocusInputMap
public RadianceInputMap getToggleButtonFocusInputMap()
- Specified by:
getToggleButtonFocusInputMapin interfaceInputMapSet
-
getToolBarAncestorInputMap
public RadianceInputMap getToolBarAncestorInputMap()
- Specified by:
getToolBarAncestorInputMapin interfaceInputMapSet
-
getTreeAncestorInputMap
public RadianceInputMap getTreeAncestorInputMap()
- Specified by:
getTreeAncestorInputMapin interfaceInputMapSet
-
getTreeFocusInputMap
public RadianceInputMap getTreeFocusInputMap()
- Specified by:
getTreeFocusInputMapin interfaceInputMapSet
-
-