public class IONode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
IONode(Object userObject) |
IONode(Object userObject,
boolean allowsChildren) |
IONode(Object userObject,
boolean allowsChildren,
int position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IONode |
getFirstLeaf() |
IONode |
getLastLeaf() |
String |
getName() |
IONode |
getNextLeaf() |
IONode |
getNextNode() |
IONode |
getNextSibling() |
int |
getPosition() |
IONode |
getPreviousLeaf() |
IONode |
getPreviousNode() |
IONode |
getPreviousSibling() |
int |
hashCode() |
List<IONode> |
iterable() |
void |
setPosition(int position) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getIndex, getLastChild, getLeafCount, getLevel, getParent, getPath, getPathToRoot, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic IONode(Object userObject)
public IONode(Object userObject, boolean allowsChildren)
public IONode(Object userObject, boolean allowsChildren, int position)
public int getPosition()
public void setPosition(int position)
public String getName()
public IONode getFirstLeaf()
getFirstLeaf in class DefaultMutableTreeNodepublic IONode getLastLeaf()
getLastLeaf in class DefaultMutableTreeNodepublic IONode getNextLeaf()
getNextLeaf in class DefaultMutableTreeNodepublic IONode getPreviousLeaf()
getPreviousLeaf in class DefaultMutableTreeNodepublic IONode getNextNode()
getNextNode in class DefaultMutableTreeNodepublic IONode getNextSibling()
getNextSibling in class DefaultMutableTreeNodepublic IONode getPreviousNode()
getPreviousNode in class DefaultMutableTreeNodepublic IONode getPreviousSibling()
getPreviousSibling in class DefaultMutableTreeNodeCopyright © 2015. All rights reserved.