Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config

Module Synopsis:: Formatter:: HTML:: TreeFormatter

Tree formatter interface.

This module contains the class which defines the interface for all tree views. A tree is a structure of leaves and nodes, where each leave has one node, each node can have many child leaves or nodes, and there is one root node. Trees are used to describe the relationship between modules, and also between files. The user can select between different ways of representing trees, for example as simple nested lists or as complex javascript trees that the user can expand and collapse individual branches of. This module contains the tree interface which is common to all implementations.


Classes Summary:
TreeFormatter
Interface for all tree implementations. [Source]