Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
CBaseLocation |
CContentAreaCenterLocation.getBase()
Gets the location representing the
CContentArea of which this
location represents the center. |
Constructor and Description |
---|
CContentAreaCenterLocation(CBaseLocation base)
Creates a new location
|
CMinimizedLocation(CBaseLocation parent,
Side side)
Creates a new location.
|