|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.viewer.visual.StiTreeNode
public class StiTreeNode
Sti tree node Copyright Stimulsoft
Constructor Summary | |
---|---|
StiTreeNode(StiBookmark bookmark)
Constructor |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiTreeNode(StiBookmark bookmark)
bookmark
- StiBookmark
Method Detail |
---|
public java.lang.String getPath()
public java.util.List<StiTreeNode> getItems()
List
StiTreeNode
public void addNode(StiTreeNode value)
value
- StiTreeNode
public void removeNode(StiTreeNode value)
value
- StiTreeNode
public StiBookmark getBookmark()
public void setBookmark(StiBookmark bookmark)
bookmark
- the bookmark to setpublic java.lang.String toString()
toString
in class java.lang.Object
public 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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |