public class ComponentTreeNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
ComponentTreeNode(ComponentReference componentReference)
Constructs a ComponentTreeNode.
|
ComponentTreeNode(ComponentRegistry componentRegistry)
Constructs a ComponentTreeNode.
|
ComponentTreeNode(String name)
Constructs a ComponentTreeNode.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentTreeNode> |
getChildren() |
ComponentReference |
getComponentReference() |
ComponentRegistry |
getComponentRegistry() |
void |
insert(MutableTreeNode newChild,
int childIndex) |
void |
setComponentRegistry(ComponentRegistry componentRegistry) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic ComponentTreeNode(String name)
name - public ComponentTreeNode(ComponentReference componentReference)
componentReference - public ComponentTreeNode(ComponentRegistry componentRegistry)
componentRegistry - public ComponentReference getComponentReference()
public void setComponentRegistry(ComponentRegistry componentRegistry)
componentRegistry - public ComponentRegistry getComponentRegistry()
public void insert(MutableTreeNode newChild, int childIndex)
insert in interface MutableTreeNodeinsert in class DefaultMutableTreeNodeDefaultMutableTreeNode.insert(javax.swing.tree.MutableTreeNode, int)public List<ComponentTreeNode> getChildren()
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.