public class StiTreeNode
extends java.lang.Object
| Constructor and Description |
|---|
StiTreeNode(StiBookmark bookmark)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(StiTreeNode value)
Add node
|
StiBookmark |
getBookmark() |
java.util.List<StiTreeNode> |
getChildren() |
java.util.List<StiTreeNode> |
getItems()
List of all nodes
|
StiTreeNode |
getParent() |
java.lang.String |
getPath() |
void |
removeNode(StiTreeNode value)
Remove node
|
void |
setBookmark(StiBookmark bookmark) |
void |
setChildren(java.util.List<StiTreeNode> children) |
void |
setParent(StiTreeNode parent) |
java.lang.String |
toString() |
public StiTreeNode(StiBookmark bookmark)
bookmark - StiBookmarkpublic java.lang.String getPath()
public java.util.List<StiTreeNode> getItems()
ListStiTreeNodepublic void addNode(StiTreeNode value)
value - StiTreeNodepublic void removeNode(StiTreeNode value)
value - StiTreeNodepublic StiBookmark getBookmark()
public void setBookmark(StiBookmark bookmark)
bookmark - the bookmark to setpublic java.lang.String toString()
toString in class java.lang.Objectpublic StiTreeNode getParent()
public void setParent(StiTreeNode parent)
parent - the parent to setpublic java.util.List<StiTreeNode> getChildren()
public void setChildren(java.util.List<StiTreeNode> children)
children - the children to setCopyright © 2019 Stimulsoft. All Rights Reserved.