public class MpxjTreeNode extends DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
DEFAULT_EXCLUDED_METHODS |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
MpxjTreeNode()
Constructor.
|
MpxjTreeNode(Object object)
Constructor.
|
MpxjTreeNode(Object object,
Set<String> excludedMethods)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExcludedMethods()
Retrieve the set of excluded method names.
|
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, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic MpxjTreeNode()
public MpxjTreeNode(Object object)
object - tree node objectCopyright © 2000–2025 MPXJ. All rights reserved.