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 |
---|---|
CMinimizeArea |
CControl.createMinimizeArea(String uniqueId)
Creates a new area where minimized
CDockable s can be stored. |
CMinimizeArea |
CContentArea.getEastArea()
Gets the station in the east of this
CContentArea |
CMinimizeArea |
CContentArea.getNorthArea()
Gets the station in the north of this
CContentArea |
CMinimizeArea |
CContentArea.getSouthArea()
Gets the station in the south of this
CContentArea |
CMinimizeArea |
CContentArea.getWestArea()
Gets the station in the west of this
CContentArea |
Modifier and Type | Method and Description |
---|---|
static CMinimizeAreaLocation |
CLocation.minimized(CMinimizeArea area)
Creates a new location representing a minimize area.
|
static CFlapIndexLocation |
CLocation.minimized(CMinimizeArea area,
int index)
Creates a new location representing a minimize area.
|
Modifier and Type | Method and Description |
---|---|
CMinimizeArea |
CMinimizeAreaLocation.getArea()
Gets the
CMinimizeArea which is represented by this location. |
Constructor and Description |
---|
CMinimizeAreaLocation(CMinimizeArea area)
Crates a new location at the end of the minimize area.
|