|
||||||||||
| 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()
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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||