|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.common.EmptyMultipleCDockableFactory<MultipleCDockable>
bibliothek.gui.dock.common.NullMultipleCDockableFactory
public class NullMultipleCDockableFactory
This specialized MultipleCDockableFactory
does not create new MultipleCDockable
s
at all. This is the factory that is used for MultipleCDockable
s whose MultipleCDockable.getFactory()
returns null
.
Field Summary | |
---|---|
static NullMultipleCDockableFactory |
NULL
the only instance of this factory |
Method Summary | |
---|---|
MultipleCDockable |
createDockable()
Creates a new instance of the MultipleCDockable that is
represented by this factory. |
Methods inherited from class bibliothek.gui.dock.common.EmptyMultipleCDockableFactory |
---|
create, match, read, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NullMultipleCDockableFactory NULL
Method Detail |
---|
public MultipleCDockable createDockable()
EmptyMultipleCDockableFactory
MultipleCDockable
that is
represented by this factory.
createDockable
in class EmptyMultipleCDockableFactory<MultipleCDockable>
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |