Uses of Class
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
 

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.