Class ExternalizingCGridAreaFactory
java.lang.Object
bibliothek.gui.dock.common.behavior.ExternalizingCGridAreaFactory
- All Implemented Interfaces:
SingleCDockableFactory
A factory that creates new
ExternalizingCGridAreas.- Author:
- Benjamin Sigg
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe pattern that is used to automatically generate newExternalizingCGridArea -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATTERN
The pattern that is used to automatically generate newExternalizingCGridArea
-
-
Constructor Details
-
ExternalizingCGridAreaFactory
Creates a new factory- Parameters:
control- the control in whose realm the new stations are used
-
-
Method Details
-
createBackup
Description copied from interface:SingleCDockableFactoryCreates a backup of aSingleCDockable.- Specified by:
createBackupin interfaceSingleCDockableFactory- Parameters:
id- the unique id that the result must have- Returns:
- the backup dockable or
nullif no dockable can be created
-