public static final class MapBasedTree.Entry<N>
extends javax.swing.tree.TreePath
Modifier and Type | Method and Description |
---|---|
N |
getChild(int index) |
int |
getChildCount() |
MapBasedTree.Entry<N> |
getChildEntry(int index) |
int |
getIndexOf(N child) |
N |
getNode() |
N |
getParent() |
void |
invalidate() |
boolean |
isLeaf() |
boolean |
isLoadingRequired() |
public void invalidate()
public N getNode()
public N getParent()
public boolean isLeaf()
public boolean isLoadingRequired()
public int getChildCount()
public MapBasedTree.Entry<N> getChildEntry(int index)
public N getChild(int index)
public int getIndexOf(N child)