Uses of Interface
bibliothek.gui.dock.common.CStationContainer

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. 
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
 

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 CStationContainer
 CStationContainer CControlRegister.getContainer(CStation<?> child)
          Searches the CStationContainer which contains child.
 

Methods in bibliothek.gui.dock.common that return types with arguments of type CStationContainer
 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.
 

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.
 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 CStationContainers.
 

Uses of CStationContainer in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CStationContainer
 CStationContainer DefaultCControlRegister.getContainer(CStation<?> child)
           
 

Methods in bibliothek.gui.dock.common.intern that return types with arguments of type CStationContainer
 List<CStationContainer> DefaultCControlRegister.getStationContainers()
           
 

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 CStations to this register.
 boolean DefaultCControlRegister.removeStationContainer(CStationContainer container)
           
 boolean MutableCControlRegister.removeStationContainer(CStationContainer container)
          Removes container from this registry.
 

Uses of CStationContainer in bibliothek.gui.dock.common.mode
 

Methods in bibliothek.gui.dock.common.mode that return CStationContainer
protected  CStationContainer CStationContainerHistoryRewriter.getContainer(CStation<?> child)
          Searches the CStationContainer which is the parent of child.