|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopointng.tree.DefaultMutableTreeNode
com.sptci.epng.TreeNode<S>
com.sptci.rwt.webui.tree.AbstractNode<S>
com.sptci.rwt.webui.tree.LeafNode<IndexMetaData>
com.sptci.rwt.webui.tree.IndexNode
public class IndexNode
A TreeNode that represents a index in the
active database connection. This node uses a IndexMetaData
object as its model.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class echopointng.tree.DefaultMutableTreeNode |
|---|
DefaultMutableTreeNode.BreadthFirstEnumeration, DefaultMutableTreeNode.PathBetweenNodesEnumeration, DefaultMutableTreeNode.PostorderEnumeration, DefaultMutableTreeNode.PreorderEnumeration |
| Field Summary |
|---|
| Fields inherited from class com.sptci.epng.TreeNode |
|---|
initialised |
| Fields inherited from class echopointng.tree.DefaultMutableTreeNode |
|---|
actionCommand, allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
IndexNode(IndexMetaData metadata)
Create a new tree node using the specified metadata object. |
|
| Method Summary |
|---|
| Methods inherited from class com.sptci.rwt.webui.tree.LeafNode |
|---|
createChildren, isLeaf |
| Methods inherited from class com.sptci.rwt.webui.tree.AbstractNode |
|---|
getChildCount, processFatalException, processFatalException |
| Methods inherited from class com.sptci.epng.TreeNode |
|---|
getUserObject, setUserObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexNode(IndexMetaData metadata)
metadata - The metadata object to use as the model for this node.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||