borland Packages Class Hierarchy jbcl.model Package Index
java.lang.Object +----borland.jbcl.model.LinkedTreeContainer +----borland.jbcl.model.BasicTreeContainer
Variables Constructors Properties Methods Event Listeners
Implements GraphModel, WritableGraphModel, Serializable
A linked-tree implementation of the WritableGraphModel interface. It displays externally supplied data on built-in tree nodes when the supplied data is not a LinkedTreeNode or a subclass thereof.
public BasicTreeContainer()Constructs a new BasicTreeContainer object with a null root.
public BasicTreeContainer(java.lang.Object root)Constructs a new BasicTreeContainer object with the specified root.
Parameters:
public void addModelListener(borland.jbcl.model.GraphModelListener listener) public void removeModelListener(borland.jbcl.model.GraphModelListener listener)