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
CStationContainer s that are registered at this CControl . |
List<CStationContainer> |
CControlRegister.getStationContainers()
Gets an unmodifiable list of all
CStationContainer s 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<?> |
CContentArea.getMatchingStation(CStationContainer container,
CStation<?> station) |
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 . |
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 CStationContainer s. |
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
CStation s 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 . |