Uses of Class
com.vlsolutions.swing.docking.DockableState

Packages that use DockableState
com.vlsolutions.swing.docking The VL Docking Framework for JFC "Swing" applications. 
com.vlsolutions.swing.docking.event Events Package of the VLDocking Framework. 
 

Uses of DockableState in com.vlsolutions.swing.docking
 

Methods in com.vlsolutions.swing.docking that return DockableState
 DockableState[] DockingContext.getDockables()
          Creates and returns an array of all registered dockable with their current state.
 DockableState[] DockingDesktop.getDockables()
          Creates and returns an array of all registered dockable with their current state.
 DockableState DockingContext.getDockableState(Dockable dockable)
          Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING)
 DockableState DockingDesktop.getDockableState(Dockable dockable)
          Returns the current state of a dockable (CLOSED, HIDDEN, DOCKED, MAXIMIZED, FLOATING)
 DockableState DockingDesktop.getPreviousDockableState(Dockable dockable)
          Returns the previous state of a hidden or floating dockable (when that dockable was in the DOCKED state.
 

Methods in com.vlsolutions.swing.docking with parameters of type DockableState
 void DockingContext.setDockableState(Dockable dockable, DockableState state)
          Updates the current state of a dockable
 

Constructors in com.vlsolutions.swing.docking with parameters of type DockableState
DockableState(DockableState copy, RelativeDockablePosition position)
          Creates a dockable state based on an existing state, with another relative positionning
 

Uses of DockableState in com.vlsolutions.swing.docking.event
 

Methods in com.vlsolutions.swing.docking.event that return DockableState
 DockableState DockableStateWillChangeEvent.getCurrentState()
          this method will return null when the event is triggered for initial docking
 DockableState DockableStateWillChangeEvent.getFutureState()
          Returns the future (proposed) state of the dockable.
 DockableState DockableStateChangeEvent.getNewState()
          returns the new state of the dockable
 DockableState DockableStateChangeEvent.getPreviousState()
          returns the previous state of the dockable, or null if the component wasn't known to the docking desktop before.
 

Constructors in com.vlsolutions.swing.docking.event with parameters of type DockableState
DockableStateChangeEvent(DockableState previousState, DockableState newState)
           
DockableStateWillChangeEvent(DockableState currentState, DockableState futureState)
           
 



© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications