|
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<ForeignKeyMetaData>
com.sptci.rwt.webui.tree.ForeignKeyNode
public class ForeignKeyNode
A TreeNode that represents the foreign key
columns for a table in the active database connection. This node uses
a ForeignKeyMetaData 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 | |
|---|---|
ForeignKeyNode(ForeignKeyMetaData 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 ForeignKeyNode(ForeignKeyMetaData 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 | |||||||||