com.jidesoft.plaf.basic
Class LazyMutableTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.jidesoft.plaf.basic.LazyMutableTreeNode
- All Implemented Interfaces:
- Serializable, Cloneable, MutableTreeNode, TreeNode
public abstract class LazyMutableTreeNode
- extends DefaultMutableTreeNode
LazyMutableTreeNode.
- See Also:
- Serialized Form
Field Summary |
protected boolean |
_loaded
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, 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 |
_loaded
protected boolean _loaded
LazyMutableTreeNode
public LazyMutableTreeNode()
LazyMutableTreeNode
public LazyMutableTreeNode(Object userObject)
LazyMutableTreeNode
public LazyMutableTreeNode(Object userObject,
boolean allowsChildren)
getChildCount
public int getChildCount()
- Specified by:
getChildCount
in interface TreeNode
- Overrides:
getChildCount
in class DefaultMutableTreeNode
clear
public void clear()
isLoaded
public boolean isLoaded()
initChildren
protected abstract void initChildren()