Package com.javadocking.dockable.action

Contains actions that can be performed on dockables.

See:
          Description

Interface Summary
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.
 

Class Summary
DefaultDockableStateActionFactory This factory creates the default actions for changing the state of a dockable.
DefaultPopupMenuFactory This is the default popup menu factory.
DockableStateAction This is an action to change the state the dockable.
ShowActionMode A mode that describes which actions of a dockable are shown in a header.
 

Package com.javadocking.dockable.action Description

Contains actions that can be performed on dockables.

Contains the action DockableStateAction to change the state of a dockable.

Contains also a facory DockableStateActionFactory to create dockable state actions, and a default implementation DefaultDockableStateActionFactory for this interface.