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 CFlapIndexLocation |
CLocation.minimized(CMinimizeArea area,
int index)
Creates a new location representing a minimize area.
|
Modifier and Type | Method and Description |
---|---|
CFlapIndexLocation |
CFlapLocation.append()
Creates a location to append children at the end of the station.
|
CFlapIndexLocation |
CFlapLocation.insert(int index)
Creates a location to insert children into the station.
|
CFlapIndexLocation |
CBaseLocation.minimalEast()
Creates a location describing a minimized element at the right.
|
CFlapIndexLocation |
CBaseLocation.minimalEast(int index)
Creates a location describing a minimized element at the right.
|
CFlapIndexLocation |
CBaseLocation.minimalNorth()
Creates a location describing a minimized element at the top.
|
CFlapIndexLocation |
CBaseLocation.minimalNorth(int index)
Creates a location describing a minimized element at the top.
|
CFlapIndexLocation |
CBaseLocation.minimalSouth()
Creates a location describing a minimized element at the bottom.
|
CFlapIndexLocation |
CBaseLocation.minimalSouth(int index)
Creates a location describing a minimized element at the bottom.
|
CFlapIndexLocation |
CBaseLocation.minimalWest()
Creates a location describing a minimized element at the left.
|
CFlapIndexLocation |
CBaseLocation.minimalWest(int index)
Creates a location describing a minimized element at the left.
|