Uses of Interface
com.javadocking.dockable.action.DockableStateActionFactory

Packages that use DockableStateActionFactory
com.javadocking.dockable Contains the interfaces and implementations for dockables. 
com.javadocking.dockable.action Contains actions that can be performed on dockables. 
 

Uses of DockableStateActionFactory in com.javadocking.dockable
 

Constructors in com.javadocking.dockable with parameters of type DockableStateActionFactory
StateActionDockable(Dockable delegate, DockableStateActionFactory dockableStateActionFactory, int[] newDockableStates)
           Constructs a decorator for the given delegate dockable.
 

Uses of DockableStateActionFactory in com.javadocking.dockable.action
 

Classes in com.javadocking.dockable.action that implement DockableStateActionFactory
 class DefaultDockableStateActionFactory
           This factory creates the default actions for changing the state of a dockable.