bibliothek.gui.dock.common
Interface SingleCDockableBackupFactory
@Todo(compatibility=COMPATIBLE,
priority=MINOR,
target=VERSION_1_1_0,
description="Replace by SingleCDockableFactory, declare this factory as deprecated")
public interface SingleCDockableBackupFactory
A backup factory is used by a CControl
to create SingleCDockable
s
if a dockable is missing in the cache, but needed because some layout is loaded
from a file.
- Author:
- Benjamin Sigg
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