Package docking.action
package docking.action
-
ClassDescriptionAn interface to signal that the implementing action works with an individual Java
Component
.This class is used simplify DockingAction logic for actions that work with specificActionContext
.DockingAction
defines a user action associated with a toolbar icon and/or menu item.The base interface for clients that wish to create commands to be registered with a tool.Deprecated, for removal: This API element is subject to removal in a future version.An object that contains a key stroke and the precedence for when that key stroke should be used.A class that organizes system key bindings by mapping them to assignedDockingActionIf
s.Allows clients to signal their support for the assigning of key binding shortcut keys.Action that manages multipleDockingAction
s mapped to a given key bindingAn action to trigger a context menu over the focus owner.Interface for actions that have a toggle state
Tool