public class BaseInputMapSet extends java.lang.Object implements InputMapSet
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseInputMapSet.ComboActions
Taken from BasicComboBoxUI.Actions
|
protected static class |
BaseInputMapSet.DesktopPaneActions
Taken from BasicDesktopPaneUI.Actions
|
protected static class |
BaseInputMapSet.FileChooserActions
From sun.swing.FilePane via BasicFileChooserUI
|
protected static class |
BaseInputMapSet.ListActions
From BasicListUI.Actions
|
protected static class |
BaseInputMapSet.RootPaneActions
From BasicRootPaneUI.Actions
|
protected static class |
BaseInputMapSet.ScrollBarActions
From BasicScrollBarUI.Actions
|
protected static class |
BaseInputMapSet.ScrollPaneActions
From BasicScrollPaneUI.Actions
|
protected static class |
BaseInputMapSet.SliderActions
From BasicSliderUI.Actions
|
protected static class |
BaseInputMapSet.SplitPaneActions |
protected static class |
BaseInputMapSet.TabbedPaneActions
From BasicTabbedPaneUI.Actions
|
protected static class |
BaseInputMapSet.TableActions
From BasicTableUI.Actions
|
protected static class |
BaseInputMapSet.TableHeaderActions |
protected static class |
BaseInputMapSet.TextComponentActions |
protected static class |
BaseInputMapSet.ToolBarActions
From BasicToolBarUI.Actions
|
protected static class |
BaseInputMapSet.TreeActions |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPY |
static java.lang.String |
CUT |
static java.lang.String |
PASTE |
static java.lang.String |
PRESSED |
static java.lang.String |
RELEASED |
| Constructor and Description |
|---|
BaseInputMapSet() |
public static final java.lang.String PRESSED
public static final java.lang.String RELEASED
public static final java.lang.String COPY
public static final java.lang.String PASTE
public static final java.lang.String CUT
protected SubstanceInputMap getActionControlFocusInputMap()
public SubstanceInputMap getButtonFocusInputMap()
getButtonFocusInputMap in interface InputMapSetpublic SubstanceInputMap getCheckBoxFocusInputMap()
getCheckBoxFocusInputMap in interface InputMapSetpublic SubstanceInputMap getComboBoxAncestorInputMap()
getComboBoxAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getDesktopAncestorInputMap()
getDesktopAncestorInputMap in interface InputMapSetprotected SubstanceInputMap getMultilineTextComponentFocusInputMap()
public SubstanceInputMap getEditorPaneFocusInputMap()
getEditorPaneFocusInputMap in interface InputMapSetpublic SubstanceInputMap getFileChooserAncestorInputMap()
getFileChooserAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getFormattedTextFieldFocusInputMap()
getFormattedTextFieldFocusInputMap in interface InputMapSetpublic SubstanceInputMap getListFocusInputMap()
getListFocusInputMap in interface InputMapSetpublic SubstanceInputMap getPasswordFieldFocusInputMap()
getPasswordFieldFocusInputMap in interface InputMapSetpublic SubstanceInputMap getRadioButtonFocusInputMap()
getRadioButtonFocusInputMap in interface InputMapSetpublic SubstanceInputMap getRootPaneAncestorInputMap()
getRootPaneAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getScrollBarAncestorInputMap()
getScrollBarAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getScrollPaneAncestorInputMap()
getScrollPaneAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getSliderFocusInputMap()
getSliderFocusInputMap in interface InputMapSetpublic SubstanceInputMap getSpinnerAncestorInputMap()
getSpinnerAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getSplitPaneAncestorInputMap()
getSplitPaneAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getTabbedPaneAncestorInputMap()
getTabbedPaneAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getTabbedPaneFocusInputMap()
getTabbedPaneFocusInputMap in interface InputMapSetpublic SubstanceInputMap getTableAncestorInputMap()
getTableAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getTableHeaderAncestorInputMap()
getTableHeaderAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getTextAreaFocusInputMap()
getTextAreaFocusInputMap in interface InputMapSetpublic SubstanceInputMap getTextFieldFocusInputMap()
getTextFieldFocusInputMap in interface InputMapSetpublic SubstanceInputMap getTextPaneFocusInputMap()
getTextPaneFocusInputMap in interface InputMapSetpublic SubstanceInputMap getToggleButtonFocusInputMap()
getToggleButtonFocusInputMap in interface InputMapSetpublic SubstanceInputMap getToolBarAncestorInputMap()
getToolBarAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getTreeAncestorInputMap()
getTreeAncestorInputMap in interface InputMapSetpublic SubstanceInputMap getTreeFocusInputMap()
getTreeFocusInputMap in interface InputMapSet