InputMapSet
AquaInputMapSet
, GnomeInputMapSet
, WindowsInputMapSet
public class BaseInputMapSet extends java.lang.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 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 | 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 InputMapSet
public SubstanceInputMap getCheckBoxFocusInputMap()
getCheckBoxFocusInputMap
in interface InputMapSet
public SubstanceInputMap getComboBoxAncestorInputMap()
getComboBoxAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getDesktopAncestorInputMap()
getDesktopAncestorInputMap
in interface InputMapSet
protected SubstanceInputMap getMultilineTextComponentFocusInputMap()
public SubstanceInputMap getEditorPaneFocusInputMap()
getEditorPaneFocusInputMap
in interface InputMapSet
public SubstanceInputMap getFileChooserAncestorInputMap()
getFileChooserAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getFormattedTextFieldFocusInputMap()
getFormattedTextFieldFocusInputMap
in interface InputMapSet
public SubstanceInputMap getListFocusInputMap()
getListFocusInputMap
in interface InputMapSet
public SubstanceInputMap getPasswordFieldFocusInputMap()
getPasswordFieldFocusInputMap
in interface InputMapSet
public SubstanceInputMap getRadioButtonFocusInputMap()
getRadioButtonFocusInputMap
in interface InputMapSet
public SubstanceInputMap getRootPaneAncestorInputMap()
getRootPaneAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getScrollBarAncestorInputMap()
getScrollBarAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getScrollPaneAncestorInputMap()
getScrollPaneAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getSliderFocusInputMap()
getSliderFocusInputMap
in interface InputMapSet
public SubstanceInputMap getSpinnerAncestorInputMap()
getSpinnerAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getSplitPaneAncestorInputMap()
getSplitPaneAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getTabbedPaneAncestorInputMap()
getTabbedPaneAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getTabbedPaneFocusInputMap()
getTabbedPaneFocusInputMap
in interface InputMapSet
public SubstanceInputMap getTableAncestorInputMap()
getTableAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getTableHeaderAncestorInputMap()
getTableHeaderAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getTextAreaFocusInputMap()
getTextAreaFocusInputMap
in interface InputMapSet
public SubstanceInputMap getTextFieldFocusInputMap()
getTextFieldFocusInputMap
in interface InputMapSet
public SubstanceInputMap getTextPaneFocusInputMap()
getTextPaneFocusInputMap
in interface InputMapSet
public SubstanceInputMap getToggleButtonFocusInputMap()
getToggleButtonFocusInputMap
in interface InputMapSet
public SubstanceInputMap getToolBarAncestorInputMap()
getToolBarAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getTreeAncestorInputMap()
getTreeAncestorInputMap
in interface InputMapSet
public SubstanceInputMap getTreeFocusInputMap()
getTreeFocusInputMap
in interface InputMapSet