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 Details

    • 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