|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CStationContainer | |
---|---|
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. |
Uses of CStationContainer in bibliothek.gui.dock.common |
---|
Classes in bibliothek.gui.dock.common that implement CStationContainer | |
---|---|
class |
CContentArea
A component that is normally set into the center of the main- JFrame . |
Methods in bibliothek.gui.dock.common that return types with arguments of type CStationContainer | |
---|---|
List<CStationContainer> |
CControl.getStationContainers()
Gets an unmodifiable list of all CStationContainer s that are registered at this CControl . |
Methods in bibliothek.gui.dock.common with parameters of type CStationContainer | |
---|---|
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. |
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. |
Uses of CStationContainer in bibliothek.gui.dock.common.intern |
---|
Methods in bibliothek.gui.dock.common.intern that return types with arguments of type CStationContainer | |
---|---|
List<CStationContainer> |
DefaultCControlRegister.getStationContainers()
|
List<CStationContainer> |
MutableCControlRegister.getStationContainers()
Gets an unmodifiable list of all CStationContainer s known
to this register. |
Methods in bibliothek.gui.dock.common.intern with parameters of type CStationContainer | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |