This class can be used to display a tree of nodes that can be opened dynamically from data retrieved from a database on the server via AJAX.
It generates HTML and Javascript to display tree nodes as links.
When a node link is is clicked, the generated Javascript performs an AJAX request to a script that uses the class to retrieve data to display the contained node links.