Uses of Class
bibliothek.gui.dock.common.location.CBaseLocation

Packages that use CBaseLocation
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.location   
 

Uses of CBaseLocation in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CBaseLocation
static CBaseLocation CLocation.base()
          Creates a new location that tells all children to use the default center.
static CBaseLocation CLocation.base(CContentArea center)
          Creates a new location that tells all children to use a station defined on center.
 

Uses of CBaseLocation in bibliothek.gui.dock.common.location
 

Constructors in bibliothek.gui.dock.common.location with parameters of type CBaseLocation
CMinimizedLocation(CBaseLocation parent, Side side, int index)
          Creates a new location.