public class NullMultipleCDockableFactory extends EmptyMultipleCDockableFactory<MultipleCDockable>
MultipleCDockableFactory does not create new MultipleCDockables
at all. This is the factory that is used for MultipleCDockables whose MultipleCDockable.getFactory()
returns null.| Modifier and Type | Field and Description |
|---|---|
static NullMultipleCDockableFactory |
NULL
the only instance of this factory
|
| Modifier and Type | Method and Description |
|---|---|
MultipleCDockable |
createDockable()
Creates a new instance of the
MultipleCDockable that is
represented by this factory. |
create, match, read, writepublic static final NullMultipleCDockableFactory NULL
public MultipleCDockable createDockable()
EmptyMultipleCDockableFactoryMultipleCDockable that is
represented by this factory.createDockable in class EmptyMultipleCDockableFactory<MultipleCDockable>nullCopyright © 2018. All rights reserved.