module Synopsis.Formatters.HTML.Views.Tree
class Tree
Tree-inheritance
View that makes Javascript trees. The trees have expanding and collapsing nodes. call js_init() with the button images and default open/close policy during process
Methods Summary:
  register(self, frame)
references
source code
  get_id(self)
references
source code
  start_file(self)
references
source code
  write_leaf(self, text)
references
source code
Write a leaf node to the output at the current tree level.
  write_node_start(self, text)
references
source code
Write a non-leaf node to the output at the current tree level, and start a new level.
  write_node_end(self)
references
source code
Finish a non-leaf node, and close the current tree level.
  end_tree(self)
references
source code
Writes the end of the tree.
Methods Details:
  write_leaf(self, text)
references
source code
Write a leaf node to the output at the current tree level.
  write_node_start(self, text)
references
source code
Write a non-leaf node to the output at the current tree level, and start a new level.
  write_node_end(self)
references
source code
Finish a non-leaf node, and close the current tree level.
  end_tree(self)
references
source code
Writes the end of the tree.