Class CommonDockStationFactory

java.lang.Object
bibliothek.gui.dock.common.intern.station.CommonDockStationFactory
All Implemented Interfaces:
DockFactory<CommonDockStation<?,?>,CommonDockStationPerspective,CommonDockStationLayout>, DockConverter<CommonDockStation<?,?>,CommonDockStationPerspective,CommonDockStationLayout>

public class CommonDockStationFactory extends Object implements DockFactory<CommonDockStation<?,?>,CommonDockStationPerspective,CommonDockStationLayout>
A factory that is responsible for storing and loading the layout of the CommonDockStations. This factory actually forwards the work to a real DockFactory and only stores meta-data (like "was the CommonDockStation as SingleCDockable?").
Author:
Benjamin Sigg