Class MultipleKeyAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class MultipleKeyAction extends DockingKeyBindingAction
Action that manages multiple DockingActions mapped to a given key binding.

Actions are ordered in a way that mimics how the KeyBindingOverrideKeyEventDispatcher orders its event processing, lowest level components get precedence over higher-level actions, such as global actions. See the javadoc of the dispatcher for more info.

See Also: