com.frovi.ss.Tree
Class MakeTree

java.lang.Object
  |
  +--com.frovi.ss.Tree.MakeTree

public class MakeTree
extends java.lang.Object

PureHtmlTree.java Created on 2002-sep-27

Author:
Stefan Sik, ss@frovi.com ss

Constructor Summary
MakeTree(INodeSupplier nodeSupplier)
           
 
Method Summary
 boolean getShowRoot()
          Returns the showRoot.
 java.util.Collection makeNodeList()
           
 java.util.Collection makeNodeList(BaseNode parentNode, java.lang.String expString)
           
 java.util.Collection makeNodeList(java.lang.Integer parentNode, java.lang.String expString)
           
 java.util.Collection makeNodeList(java.lang.String expString)
           
 void setNodeSupplier(INodeSupplier nodeSupplier)
           
 void setShowRoot(boolean showRoot)
          Sets the showRoot.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeTree

public MakeTree(INodeSupplier nodeSupplier)
Method Detail

makeNodeList

public java.util.Collection makeNodeList()

makeNodeList

public java.util.Collection makeNodeList(java.lang.String expString)

makeNodeList

public java.util.Collection makeNodeList(java.lang.Integer parentNode,
                                         java.lang.String expString)

makeNodeList

public java.util.Collection makeNodeList(BaseNode parentNode,
                                         java.lang.String expString)

setNodeSupplier

public void setNodeSupplier(INodeSupplier nodeSupplier)

getShowRoot

public boolean getShowRoot()
Returns the showRoot.

Returns:
boolean

setShowRoot

public void setShowRoot(boolean showRoot)
Sets the showRoot.

Parameters:
showRoot - The showRoot to set