Class CommonMultipleDockableFactory

java.lang.Object
bibliothek.gui.dock.common.intern.CommonMultipleDockableFactory
All Implemented Interfaces:
DockFactory<CommonDockable,CommonElementPerspective,CommonMultipleDockableLayout>, DockConverter<CommonDockable,CommonElementPerspective,CommonMultipleDockableLayout>

public class CommonMultipleDockableFactory extends Object implements DockFactory<CommonDockable,CommonElementPerspective,CommonMultipleDockableLayout>
A factory used to create CommonDockables. This factory is only used to create MultipleCDockables because SingleCDockables are stored by the client.
Author:
Benjamin Sigg