Package bibliothek.gui.dock.common
Class NullMultipleCDockableFactory
java.lang.Object
bibliothek.gui.dock.common.EmptyMultipleCDockableFactory<MultipleCDockable>
bibliothek.gui.dock.common.NullMultipleCDockableFactory
- All Implemented Interfaces:
MultipleCDockableFactory<MultipleCDockable,MultipleCDockableLayout>
This specialized
MultipleCDockableFactory does not create new MultipleCDockables
at all. This is the factory that is used for MultipleCDockables whose MultipleCDockable.getFactory()
returns null.- Author:
- Benjamin Sigg
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NullMultipleCDockableFactorythe only instance of this factory -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of theMultipleCDockablethat is represented by this factory.Methods inherited from class bibliothek.gui.dock.common.EmptyMultipleCDockableFactory
create, match, read, write
-
Field Details
-
NULL
the only instance of this factory
-
-
Method Details
-
createDockable
Description copied from class:EmptyMultipleCDockableFactoryCreates a new instance of theMultipleCDockablethat is represented by this factory.- Specified by:
createDockablein classEmptyMultipleCDockableFactory<MultipleCDockable>- Returns:
- the new dockable, might be
null
-