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

Packages that use RelativeDockablePosition
com.vlsolutions.swing.docking The VL Docking Framework for JFC "Swing" applications. 
com.vlsolutions.swing.docking.ws   
 

Uses of RelativeDockablePosition in com.vlsolutions.swing.docking
 

Fields in com.vlsolutions.swing.docking declared as RelativeDockablePosition
static RelativeDockablePosition RelativeDockablePosition.BOTTOM
          convenience field referencing the BOTTOM border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.BOTTOM_CENTER
          convenience field referencing the CENTER part of the BOTTOM border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.BOTTOM_LEFT
          convenience field referencing the TOP-RIGHT corner of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.BOTTOM_RIGHT
          convenience field referencing the TOP-RIGHT corner of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.LEFT
          convenience field referencing the LEFT border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.LEFT_CENTER
          convenience field referencing the CENTER part of the LEFT border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.RIGHT
          convenience field referencing the RIGHT border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.RIGHT_CENTER
          convenience field referencing the CENTER part of the RIGHT border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.TOP
          convenience field referencing the TOP border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.TOP_CENTER
          convenience field referencing the CENTER part of TOP border of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.TOP_LEFT
          convenience field referencing the TOP-LEFT corner of the DockingDesktop
static RelativeDockablePosition RelativeDockablePosition.TOP_RIGHT
          convenience field referencing the TOP-RIGHT corner of the DockingDesktop
 

Methods in com.vlsolutions.swing.docking that return RelativeDockablePosition
 RelativeDockablePosition DockableState.getPosition()
          Returns the relative restore position of the dockable when it is not shown (auto-hide or closed).
 

Methods in com.vlsolutions.swing.docking with parameters of type RelativeDockablePosition
 void DockingDesktop.addDockable(Dockable dockable, RelativeDockablePosition position)
          Adds a dockable in the docking desktop, and tries to respect the relative positionning provided.
 void DockingDesktop.addHiddenDockable(Dockable dockable, RelativeDockablePosition dockedPosition)
          Registers and add a dockable on an auto-hide border.
 

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

Uses of RelativeDockablePosition in com.vlsolutions.swing.docking.ws
 

Methods in com.vlsolutions.swing.docking.ws with parameters of type RelativeDockablePosition
 void WSDesktop.addHiddenDockable(WSDockKey dockable, RelativeDockablePosition dockedPosition)
          Adds a new dockable (and stores its return-to-docked position)
 void WSDesktop.setFloating(WSDockKey dockable, java.awt.Rectangle windowRect, RelativeDockablePosition returnPosition)
          Adds a new floating dockable
 



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