public class ExternalSystemNode<T>
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
ExternalSystemNode(ExternalSystemNodeDescriptor<T> descriptor) |
Modifier and Type | Method and Description |
---|---|
ExternalSystemNode<?> |
getChildAt(int index) |
ExternalSystemNodeDescriptor<T> |
getDescriptor() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public ExternalSystemNode(ExternalSystemNodeDescriptor<T> descriptor)
public ExternalSystemNodeDescriptor<T> getDescriptor()
public ExternalSystemNode<?> getChildAt(int index)
getChildAt
in interface javax.swing.tree.TreeNode
getChildAt
in class javax.swing.tree.DefaultMutableTreeNode