borland Packages  Class Hierarchy  jbcl.model Package  Index 

BasicTreeContainer component

java.lang.Object
   +----borland.jbcl.model.LinkedTreeContainer
           +----borland.jbcl.model.BasicTreeContainer

About the BasicTreeContainer component

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.


BasicTreeContainer variables

Variables implemented in borland.jbcl.model.LinkedTreeContainer

BasicTreeContainer constructors

BasicTreeContainer properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.model.LinkedTreeContainer

Properties implemented in java.lang.Object

BasicTreeContainer methods

Methods implemented in this class

Methods implemented in borland.jbcl.model.LinkedTreeContainer

Methods implemented in java.lang.Object

BasicTreeContainer event listeners


BasicTreeContainer constructors

BasicTreeContainer()

  public BasicTreeContainer()
Constructs a new BasicTreeContainer object with a null root.

BasicTreeContainer(java.lang.Object)

  public BasicTreeContainer(java.lang.Object root)
Constructs a new BasicTreeContainer object with the specified root.

Parameters:

root
The object that becomes the root of the tree.

BasicTreeContainer event listeners

This component is a source for the following event sets. For information on the JBCL event sets, see Events in JBCL.

model

 public void addModelListener(borland.jbcl.model.GraphModelListener listener)
 public void removeModelListener(borland.jbcl.model.GraphModelListener listener)