@FrameworkOnly public interface SplitNodeFactory
SplitNodeFactory is responsible for creating the various SplitNodes
that are used by a SplitDockStation.SplitDockStation open.| 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.
|
Leaf createLeaf(SplitDockAccess access, long id)
access - the access to the private functions of the owning SplitDockStationid - the unique id of this leafnullNode createNode(SplitDockAccess access, long id)
access - the access to the private functions of the owning SplitDockStationid - the unique id of this nodenullPlaceholder createPlaceholder(SplitDockAccess access, long id)
access - the access to the private functions of the owning SplitDockStationid - the unique id of this placeholdernullRoot createRoot(SplitDockAccess access, long id)
access - the access to the private functions of the owning SplitDockStationid - the unique id of this rootnullCopyright © 2017 Docking Frames. All rights reserved.