Class symantec.itools.db.beans.dcnav.AbstractSubTreeBuilder
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.dcnav.AbstractSubTreeBuilder
Object
|
+----symantec.itools.db.beans.dcnav.AbstractSubTreeBuilder
- public abstract class AbstractSubTreeBuilder
- extends Object
- Version:
- 1.0 08/22/98
- Author:
- Hristo Tonev
-
parentNode
-
-
treeView
-
-
build()
-
-
buildChildNodes()
- This method will build a Vector of DefaultMutableTreeNode
that is the list of the children.
parentNode
protected com.sun.java.swing.tree.DefaultMutableTreeNode parentNode
treeView
protected com.sun.java.swing.JTree treeView
build
public void build()
buildChildNodes
protected abstract java.util.Vector buildChildNodes()
- This method will build a Vector of DefaultMutableTreeNode
that is the list of the children.
All Packages Class Hierarchy This Package Previous Next Index