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. 
 

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

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