borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
java.lang.Object +----borland.jbcl.model.LinkedTreeContainer +----borland.jbcl.model.BasicTreeContainer
Variables Constructors Properties Methods Event Listeners
Implements GraphModel, WritableGraphModel
A linked-tree implementation of the WritableGraphModel interface. It hangs externally supplied data on built-in tree nodes when the supplied data is not a LinkedTreeNode or 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)