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, toolFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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
Methods inherited from class docking.DockingKeyBindingAction
getActions, getLocalContext, isEnabledMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
Method Details
-
getAction
-
isSystemKeybindingPrecedence
public boolean isSystemKeybindingPrecedence()- Overrides:
isSystemKeybindingPrecedencein classDockingKeyBindingAction
-
getExecutableAction
- Specified by:
getExecutableActionin classDockingKeyBindingAction
-
actionPerformed
-