/* * Companion view for class TreeBrowser : public StringBrowser { TreeBrowser(Tree* tree, int depth); /* * Construct by calling the NextPreOrderNode generator in the given tree. * Only nodes at depth <= the given depth are displayed. */ }