public class InvisibleNode extends DefaultMutableTreeNode
EMPTY_ENUMERATION| Constructor and Description |
|---|
InvisibleNode() |
InvisibleNode(Object userObject) |
InvisibleNode(Object userObject,
boolean allowsChildren,
boolean isVisible) |
| Modifier and Type | Method and Description |
|---|---|
TreeNode |
getChildAt(int index,
boolean filterIsActive) |
int |
getChildCount(boolean filterIsActive) |
boolean |
isVisible() |
void |
setVisible(boolean visible) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, 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 InvisibleNode()
public InvisibleNode(Object userObject)
public InvisibleNode(Object userObject, boolean allowsChildren, boolean isVisible)
public TreeNode getChildAt(int index, boolean filterIsActive)
public int getChildCount(boolean filterIsActive)
public void setVisible(boolean visible)
public boolean isVisible()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.