| Package | Description |
|---|---|
| bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
| bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
| bibliothek.gui.dock.common.location |
Various implementations of
CLocation. |
| Modifier and Type | Method and Description |
|---|---|
CContentArea |
CControl.createContentArea(String uniqueId)
Creates and adds a new
CContentArea. |
CContentArea |
CControl.getContentArea()
Gets the element that should be in the center of the mainframe.
|
| Modifier and Type | Method and Description |
|---|---|
static CBaseLocation |
CLocation.base(CContentArea center)
Creates a new location that tells all children to use a station
defined on
center. |
static CMaximizedLocation |
CLocation.maximized(CContentArea area)
Creates a location representing the maximized mode on
area. |
void |
CControl.removeContentArea(CContentArea content)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CContentArea |
DefaultCControlRegister.getDefaultContentArea() |
CContentArea |
MutableCControlRegister.getDefaultContentArea()
Gets the default set of
CStations. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCControlRegister.setDefaultContentArea(CContentArea container) |
void |
MutableCControlRegister.setDefaultContentArea(CContentArea container)
Sets the default set of
CStations. |
| Modifier and Type | Method and Description |
|---|---|
CContentArea |
CBaseLocation.getContentArea()
Gets the contentarea to which this location relates.
|
| Constructor and Description |
|---|
CBaseLocation(CContentArea center) |
Copyright © 2018. All rights reserved.