com.jgraph.example
Class GraphSelectionDemo.GraphModelTreeNode
java.lang.Object
   com.jgraph.example.GraphSelectionDemo.GraphModelTreeNode
com.jgraph.example.GraphSelectionDemo.GraphModelTreeNode
- All Implemented Interfaces: 
- javax.swing.tree.TreeNode
- Enclosing class:
- GraphSelectionDemo
- public static class GraphSelectionDemo.GraphModelTreeNode 
- extends java.lang.Object- implements javax.swing.tree.TreeNode
See the GraphModelTree demo
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
GraphSelectionDemo.GraphModelTreeNode
public GraphSelectionDemo.GraphModelTreeNode(org.jgraph.graph.GraphModel model)
children
public java.util.Enumeration children()
- 
- Specified by:
- childrenin interface- javax.swing.tree.TreeNode
 
- 
 
getAllowsChildren
public boolean getAllowsChildren()
- 
- Specified by:
- getAllowsChildrenin interface- javax.swing.tree.TreeNode
 
- 
 
getChildAt
public javax.swing.tree.TreeNode getChildAt(int childIndex)
- 
- Specified by:
- getChildAtin interface- javax.swing.tree.TreeNode
 
- 
 
getChildCount
public int getChildCount()
- 
- Specified by:
- getChildCountin interface- javax.swing.tree.TreeNode
 
- 
 
getIndex
public int getIndex(javax.swing.tree.TreeNode node)
- 
- Specified by:
- getIndexin interface- javax.swing.tree.TreeNode
 
- 
 
getParent
public javax.swing.tree.TreeNode getParent()
- 
- Specified by:
- getParentin interface- javax.swing.tree.TreeNode
 
- 
 
isLeaf
public boolean isLeaf()
- 
- Specified by:
- isLeafin interface- javax.swing.tree.TreeNode
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-