Package docking.action
package docking.action
-
ClassDescriptionA base system action used for actions that show help information.An 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.Action for global focus traversal.A class for storing an action's key stroke, mouse binding or both.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 bindingAction for transferring focus to the next or previous visible window in the application.Action for displaying theActionChooserDialog
.An action to trigger a context menu over the focus owner.AnDockingKeyBindingAction
to signal that the givenDockingAction
gets priority over all other non-system actions in the system.Interface for actions that have a toggle state
Tool