Uses of Interface
bibliothek.gui.dock.common.intern.station.CommonDockStation

Packages that use CommonDockStation
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
 

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

Methods in bibliothek.gui.dock.common.intern that return CommonDockStation
 CommonDockStation<?,?> CommonElement.asDockStation()
           
 CommonDockStation<?,?> DefaultCommonDockable.asDockStation()
           
 CommonDockStation<FlapDockStation,?> CControlFactory.createFlapDockStation(java.awt.Component expansion, CommonStationDelegate<FlapDockStation> delegate)
          Creates a new FlapDockStation.
 CommonDockStation<FlapDockStation,?> EfficientControlFactory.createFlapDockStation(java.awt.Component expansion, CommonStationDelegate<FlapDockStation> delegate)
           
 CommonDockStation<ScreenDockStation,?> CControlFactory.createScreenDockStation(WindowProvider owner, CommonStationDelegate<ScreenDockStation> delegate)
          Creates a new ScreenDockStation.
 CommonDockStation<ScreenDockStation,?> EfficientControlFactory.createScreenDockStation(WindowProvider owner, CommonStationDelegate<ScreenDockStation> delegate)
           
 CommonDockStation<SplitDockStation,?> CControlFactory.createSplitDockStation(CommonStationDelegate<SplitDockStation> delegate)
          Creates a new SplitDockStation that implements CommonDockable as well.
 CommonDockStation<SplitDockStation,?> EfficientControlFactory.createSplitDockStation(CommonStationDelegate<SplitDockStation> delegate)
           
 

Uses of CommonDockStation in bibliothek.gui.dock.common.intern.station
 

Classes in bibliothek.gui.dock.common.intern.station with type parameters of type CommonDockStation
 interface CommonDockStation<S extends DockStation,C extends CommonDockStation<S,C>>
          An interface that can be implemented by classes that extend a DockStation and that represent a CStation.
 

Classes in bibliothek.gui.dock.common.intern.station that implement CommonDockStation
 class CFlapDockStation
          An implementation of FlapDockStation that also satisfies the CommonDockStation interface.
 class CScreenDockStation
          A ScreenDockStation that also implements CommonDockStation.
 class CSplitDockStation
          An implementation of SplitDockStation that also satisfies the CommonDockStation interface.
 class SecureCSplitDockStation
          Deprecated. this class is no longer required and will be removed in a future release