public class TT_BasicNode extends TT_TreeNode
parent
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
children() |
boolean |
getAllowsChildren() |
javax.swing.tree.TreeNode |
getChildAt(int arg0) |
int |
getChildCount() |
int |
getIndex(javax.swing.tree.TreeNode arg0) |
int |
getIndex(TT_TestNode arg) |
javax.swing.tree.TreeNode |
getParent() |
boolean |
isLeaf() |
toString
public java.util.Enumeration children()
public boolean getAllowsChildren()
public javax.swing.tree.TreeNode getChildAt(int arg0)
public int getChildCount()
public int getIndex(javax.swing.tree.TreeNode arg0)
public int getIndex(TT_TestNode arg)
public javax.swing.tree.TreeNode getParent()
public boolean isLeaf()
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.