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

Packages that use DockableStateAction
com.javadocking.dockable.action Contains actions that can be performed on dockables. 
 

Uses of DockableStateAction in com.javadocking.dockable.action
 

Classes in com.javadocking.dockable.action that implement DockableStateAction
 class DefaultDockableStateAction
           This is the default action to change the state of the dockable.
 

Methods in com.javadocking.dockable.action that return DockableStateAction
 DockableStateAction DockableStateActionFactory.createDockableStateAction(Dockable dockable, int newDockableState)
          Creates the action to change the state of the dockable.
 DockableStateAction DefaultDockableStateActionFactory.createDockableStateAction(Dockable dockable, int newDockableState)
          Creates a default window state action for the states: DockableState.CLOSED, DockableState.NORMAL, DockableState.MAXIMIZED, DockableState.MINIMIZED, and DockableState.EXTERNALIZED.