bibliothek.gui.dock.common
Interface SingleCDockableFactory


public interface SingleCDockableFactory

A backup factory is used by a CControl to create SingleCDockables if a dockable is missing in the cache, but needed because some layout is loaded from a file.

Author:
Benjamin Sigg

Method Summary
 SingleCDockable createBackup(String id)
          Creates a backup of a SingleCDockable.
 

Method Detail

createBackup

SingleCDockable createBackup(String id)
Creates a backup of a SingleCDockable.

Parameters:
id - the unique id that the result must have
Returns:
the backup dockable or null if no dockable can be created