Package com.tensegrity.palowebviewer.modules.widgets.client.tree

Interface Summary
IObjectAcceptor Tells whether to accept the object or not.
ITreeModel Model of a tree.
ITreeModelListener Listener for ITreeModel changes.
ITreeVisitor Visitor for ITreeModel.
TreeUtil.IIDGenerator  
 

Class Summary
AbstractTreeModel Base implementation for methods of ITreeModel.
FilterTreeModel Kind of ProxyTreeModel that can filter out some nodes from the base ITreeModel.
LabeledNodeTreeModel Tree model whose nodes are strings.
NodeTreeModel A kind of ITreeModel that contains NodeTreeModel.TreeNode objects instead of just plain objects.
ProxyTreeModel Base class for ITreeModel proxy.
SubTreeModel A kind of ProxyTreeModel that gives acces to only some subtree of the base model.
TreeModelEvent Represents event of ITreeModel.
TreePath Represents path in the ITreeModel.
TreeUtil A set of useful utilities to work with ITreeModel.
TreeUtil.NodeFinder  
TreeUtil.NodePathFinder