Package docking.actions


package docking.actions
  • Class
    Description
     
    A marker interface to signal that the implementing action is temporary and gets built automatically by the tool
    Represents the collection of actions registered with the tool, along with method for adding and removing actions.
     
    A class to provide utilities for system key bindings, such as importing and exporting key binding configurations.
    Dialog to set the key binding on an action; it is popped up when the F4 key is hit.
    Provides notification when the popup action menu is displayed.
    A place used to hold DockingActionIfs that are meant to be used by components.
    A marker interface to signal that the implementing action serves as an action that should not be itself used in the tool, but should only be used to register and manager keybindings.
    A stub action that allows key bindings to be edited through the key bindings options.
    An class to manage actions registered with the tool