com.stimulsoft.report.viewer.visual
Class StiTreeNode

java.lang.Object
  extended by com.stimulsoft.report.viewer.visual.StiTreeNode

public class StiTreeNode
extends java.lang.Object

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

StiTreeNode

public StiTreeNode(StiBookmark bookmark)
Constructor

Parameters:
bookmark - StiBookmark
Method Detail

getPath

public java.lang.String getPath()
Returns:
path

getItems

public java.util.List<StiTreeNode> getItems()
List of all nodes

Returns:
ListStiTreeNode

addNode

public void addNode(StiTreeNode value)
Add node

Parameters:
value - StiTreeNode

removeNode

public void removeNode(StiTreeNode value)
Remove node

Parameters:
value - StiTreeNode

getBookmark

public StiBookmark getBookmark()
Returns:
the bookmark

setBookmark

public void setBookmark(StiBookmark bookmark)
Parameters:
bookmark - the bookmark to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getParent

public StiTreeNode getParent()
Returns:
the parent

setParent

public void setParent(StiTreeNode parent)
Parameters:
parent - the parent to set

getChildren

public java.util.List<StiTreeNode> getChildren()
Returns:
the children

setChildren

public void setChildren(java.util.List<StiTreeNode> children)
Parameters:
children - the children to set