Class InvisibleNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- org.bidib.wizard.mvc.common.view.checkboxtree.InvisibleNode
-
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode
public class InvisibleNode extends DefaultMutableTreeNode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisVisible-
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
-
Constructor Summary
Constructors Constructor Description InvisibleNode()InvisibleNode(Object userObject)InvisibleNode(Object userObject, boolean allowsChildren, boolean isVisible)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNodegetChildAt(int index, boolean filterIsActive)intgetChildCount(boolean filterIsActive)booleanisVisible()voidsetVisible(boolean visible)-
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
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, toString
-
-
-
-
Method Detail
-
getChildAt
public TreeNode getChildAt(int index, boolean filterIsActive)
-
getChildCount
public int getChildCount(boolean filterIsActive)
-
setVisible
public void setVisible(boolean visible)
-
isVisible
public boolean isVisible()
-
-