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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeTree
public MakeTree(INodeSupplier nodeSupplier)
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