Uses of Package
com.javadocking.dockable.action

Packages that use com.javadocking.dockable.action
com.javadocking.component Contains the interfaces and default implementations for the components and component factories that are used by the docking library. 
com.javadocking.dockable Contains the interfaces and implementations for dockables. 
com.javadocking.dockable.action Contains actions that can be performed on dockables. 
 

Classes in com.javadocking.dockable.action used by com.javadocking.component
PopupMenuFactory
          This is a factory that creates a popup menu for one dockable or a group of dockables.
ShowActionMode
          A mode that describes which actions of a dockable are shown in a header.
 

Classes in com.javadocking.dockable.action used by com.javadocking.dockable
DockableStateActionFactory
           This is an interface for a factory that creates a DockableStateAction that is used to change the state of a dockable.
 

Classes in com.javadocking.dockable.action used by com.javadocking.dockable.action
DockableStateAction
           This is an action to change the state the dockable.
DockableStateActionFactory
           This is an interface for a factory that creates a DockableStateAction that is used to change the state of a dockable.
PopupMenuFactory
          This is a factory that creates a popup menu for one dockable or a group of dockables.
ShowActionMode
          A mode that describes which actions of a dockable are shown in a header.