Package csheets.ext.deptree

Provides customized JTree components for displaying dependencies between cells.

See:
          Description

Class Summary
CellNode A tree node for a cell, to which child nodes are added dynamically when the node is expanded.
DependencyTree An abstract base-class for trees displaying cell dependencies.
DependencyTreeCellRenderer The renderer used for nodes in dependency trees.
DependencyTreeExtension The extension for dependency trees.
DependencyTreeUIExtension The user interface extension for dependency trees.
DependentsNode A tree node for a cell, to which the cell's dependents are added dynamically when the node is expanded.
DependentsTree A tree displaying the dependents of a cell.
DoubleClickNavigator A mouse listener that updates the active cell of a spreadsheet when a cell node is double-clicked.
ExpansionPopulator A tree expansion listener that asks the node being expanded to to add child nodes for all its references.
PrecedentsNode A tree node for a cell, to which the cell's precedents are added dynamically when the node is expanded.
PrecedentsTree A tree displaying the precedents of a cell.
ReferenceNode A mutable tree node containing a reference.
 

Package csheets.ext.deptree Description

Provides customized JTree components for displaying dependencies between cells. Separate trees for displaying the precedents or dependents of cells are provided.