jbcl.model Package
java.lang.Object +----com.borland.jbcl.model.LinkedTreeContainer +----com.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(Object root)Constructs a new
BasicTreeContainer
object with the specified root.
Parameters:
root
public void addModelListener(GraphModelListener listener) public void removeModelListener(GraphModelListener listener)