|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.DefaultSplitNodeFactory
public class DefaultSplitNodeFactory
This implementation of SplitNodeFactory creates the standard SplitNodes.
| Constructor Summary | |
|---|---|
DefaultSplitNodeFactory()
|
|
| Method Summary | |
|---|---|
Leaf |
createLeaf(SplitDockAccess access,
long id)
Creates a new leaf. |
Node |
createNode(SplitDockAccess access,
long id)
Creates a new node. |
Placeholder |
createPlaceholder(SplitDockAccess access,
long id)
Creates a new placeholder. |
Root |
createRoot(SplitDockAccess access,
long id)
Creates a new root. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSplitNodeFactory()
| Method Detail |
|---|
public Leaf createLeaf(SplitDockAccess access,
long id)
SplitNodeFactory
createLeaf in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this leaf
null
public Node createNode(SplitDockAccess access,
long id)
SplitNodeFactory
createNode in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this node
null
public Placeholder createPlaceholder(SplitDockAccess access,
long id)
SplitNodeFactory
createPlaceholder in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this placeholder
null
public Root createRoot(SplitDockAccess access,
long id)
SplitNodeFactory
createRoot in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this root
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||