* Called during construction of this {@link CControl}, this method adds {@link DockFactory}s
* to the {@link #intern() intern representation} of this {@link CControl}.
*/
@SuppressWarnings({ "unchecked", "rawtypes" })
protected void initFactories(){
CommonSingleDockableFactory backupFactory = register.getBackupFactory();
frontend.registerFactory( backupFactory );
frontend.registerBackupFactory( backupFactory );
frontend.registerFactory( new StackDockStationFactory(){
@Override
public StackDockPerspective layoutPerspective( StackDockStationLayout layout, Map<Integer, PerspectiveDockable> children ){