Package docking.action
Class SystemKeyBindingAction
java.lang.Object
javax.swing.AbstractAction
docking.DockingKeyBindingAction
docking.action.SystemKeyBindingAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
An
DockingKeyBindingAction
to signal that the given DockingAction
gets priority
over all other non-system actions in the system.- See Also:
-
Field Summary
Fields inherited from class docking.DockingKeyBindingAction
dockingAction, keyStroke, tool
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class docking.DockingKeyBindingAction
actionPerformed, getActions, getLocalContext, isEnabled
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
Method Details
-
getAction
-
isSystemKeybindingPrecedence
public boolean isSystemKeybindingPrecedence()- Overrides:
isSystemKeybindingPrecedence
in classDockingKeyBindingAction
-
getKeyBindingPrecedence
- Specified by:
getKeyBindingPrecedence
in classDockingKeyBindingAction
-