|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.Component
nextapp.echo.extras.app.Tree
com.sptci.echo.tree.Tree
public class Tree
The default tree component for use in SPT projects. Sets a custom tree cell renderer and other defaults.
© Copyright 2009 Sans Pareil Technologies, Inc.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Tree()
Default constructor. |
|
Tree(TreeModel treeModel)
Initialise a new tree using the specified model. |
|
Tree(TreeModel treeModel,
TreeColumnModel treeColumnModel)
Initialise a new tree using the specified model and column model. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tree()
TreeCellRenderer.
public Tree(TreeModel treeModel)
treeModel - The tree model backing the tree.
public Tree(TreeModel treeModel,
TreeColumnModel treeColumnModel)
treeModel - The model backing the tree.treeColumnModel - The column model backing the tree.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||