SPT Core API

Package com.sptci.echo.tree

Package that contains support classes for the Tree component.

See:
          Description

Class Summary
Root<T extends Treeable> A simple model object that can be used to represent the root node for a tree.
Tree The default tree component for use in SPT projects.
TreeCellRenderer The default cell renderer to associate with Tree components.
TreeModel<T extends Treeable> © Copyright 2009 Sans Pareil Technologies, Inc.
TreeNode<M> A tree node that maintains a TreeNode.initialised flag to enable lazy loading of child nodes.
 

Package com.sptci.echo.tree Description

Package that contains support classes for the Tree component.


SPT Core API