public class DefaultSplitNodeFactory extends Object implements SplitNodeFactory
SplitNodeFactory creates the standard SplitNodes.| Constructor and Description |
|---|
DefaultSplitNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Leaf createLeaf(SplitDockAccess access, long id)
SplitNodeFactorycreateLeaf in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this leafnullpublic Node createNode(SplitDockAccess access, long id)
SplitNodeFactorycreateNode in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this nodenullpublic Placeholder createPlaceholder(SplitDockAccess access, long id)
SplitNodeFactorycreatePlaceholder in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this placeholdernullpublic Root createRoot(SplitDockAccess access, long id)
SplitNodeFactorycreateRoot in interface SplitNodeFactoryaccess - the access to the private functions of the owning SplitDockStationid - the unique id of this rootnullCopyright © 2017 Docking Frames. All rights reserved.