InputMapSetAquaInputMapSet, GnomeInputMapSet, WindowsInputMapSetpublic class BaseInputMapSet extends Object implements InputMapSet
| Modifier and Type | Class | 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 | Description |
|---|---|---|
static String |
COPY |
|
static String |
CUT |
|
static String |
PASTE |
|
static String |
PRESSED |
|
static String |
RELEASED |
| Constructor | Description |
|---|---|
BaseInputMapSet() |
public static final String PRESSED
public static final String RELEASED
public static final String COPY
public static final String PASTE
public static final 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