| 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.mode |
| Modifier and Type | Class and Description |
|---|---|
class |
CContentArea
A component that is normally set into the center of the
main-
JFrame. |
| Modifier and Type | Method and Description |
|---|---|
CStationContainer |
CControlRegister.getContainer(CStation<?> child)
Searches the
CStationContainer which contains child. |
| Modifier and Type | Method and Description |
|---|---|
List<CStationContainer> |
CControl.getStationContainers()
Gets an unmodifiable list of all
CStationContainers that are registered at this CControl. |
List<CStationContainer> |
CControlRegister.getStationContainers()
Gets an unmodifiable list of all
CStationContainers known
to this register. |
| Modifier and Type | Method and Description |
|---|---|
void |
CStationContainerListener.added(CStationContainer source,
CStation<?> station)
Called after
station has been added to source. |
void |
CControl.addStationContainer(CStationContainer container)
Adds
container to this control. |
CStation<?> |
CStationContainer.getMatchingStation(CStationContainer container,
CStation<?> station)
Assuming
container is a type of CStationContainer that is known to
this, and assuming station is a child of container: this
method returns one of this children that has the same relative location in respect to this
as station has to container. |
CStation<?> |
CContentArea.getMatchingStation(CStationContainer container,
CStation<?> station) |
void |
CStationContainerListener.removed(CStationContainer source,
CStation<?> station)
Called after
station has been removed from source. |
void |
CControl.removeStationContainer(CStationContainer container)
Removes
container from the list of known CStationContainers. |
| Modifier and Type | Method and Description |
|---|---|
CStationContainer |
DefaultCControlRegister.getContainer(CStation<?> child) |
| Modifier and Type | Method and Description |
|---|---|
List<CStationContainer> |
DefaultCControlRegister.getStationContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCControlRegister.addStationContainer(CStationContainer container) |
void |
MutableCControlRegister.addStationContainer(CStationContainer container)
Adds a new set of
CStations to this register. |
boolean |
DefaultCControlRegister.removeStationContainer(CStationContainer container) |
boolean |
MutableCControlRegister.removeStationContainer(CStationContainer container)
Removes
container from this registry. |
| Modifier and Type | Method and Description |
|---|---|
protected CStationContainer |
CStationContainerHistoryRewriter.getContainer(CStation<?> child)
Searches the
CStationContainer which is the parent of child. |
Copyright © 2018. All rights reserved.