public class NullMultipleCDockableFactory extends EmptyMultipleCDockableFactory<MultipleCDockable>
MultipleCDockableFactory
does not create new MultipleCDockable
s
at all. This is the factory that is used for MultipleCDockable
s 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, write
public static final NullMultipleCDockableFactory NULL
public MultipleCDockable createDockable()
EmptyMultipleCDockableFactory
MultipleCDockable
that is
represented by this factory.createDockable
in class EmptyMultipleCDockableFactory<MultipleCDockable>
null