Package bibliothek.gui.dock.common
Interface SingleCDockableFactory
- All Known Implementing Classes:
ExternalizingCGridAreaFactory
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
-
Method Details
-
createBackup
Creates a backup of aSingleCDockable.- Parameters:
id- the unique id that the result must have- Returns:
- the backup dockable or
nullif no dockable can be created
-