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 |
---|---|
CWorkingArea |
CControl.createWorkingArea(java.lang.String uniqueId)
Creates and adds a new
CWorkingArea to this control. |
Modifier and Type | Method and Description |
---|---|
static CWorkingAreaLocation |
CLocation.working(CWorkingArea area)
Creates a new location representing the given
CWorkingArea . |
Modifier and Type | Method and Description |
---|---|
CWorkingArea |
CWorkingAreaLocation.getWorkingArea()
Gets the workingarea to which this location relates.
|
Constructor and Description |
---|
CWorkingAreaLocation(CWorkingArea area)
Creates a new location.
|