Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.behavior | |
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
Modifier and Type | Class and Description |
---|---|
class |
CWorkingArea
A working area is an element which is always visible and contains some
CDockable s which can't be dragged out of it. |
Modifier and Type | Method and Description |
---|---|
CGridArea |
CControl.createGridArea(java.lang.String uniqueId)
Creates a new area where normalized
CDockable s can be stored. |
CGridArea |
CContentArea.getCenterArea()
Gets the station in the center of this
CContentArea . |
Modifier and Type | Method and Description |
---|---|
static CMaximizedLocation |
CLocation.maximized(CGridArea area)
Creates a location representing the maximized mode on
area . |
static CGridAreaLocation |
CLocation.normalized(CGridArea area)
Creates a new location representing a grid area.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalizingCGridArea
|
Modifier and Type | Method and Description |
---|---|
CGridArea |
CGridAreaLocation.getArea()
Gets the area which is represented by this location.
|
Constructor and Description |
---|
CGridAreaLocation(CGridArea area)
Creates the new location
|