public class LazyFolderTreeNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
LazyFolderTreeNode(String string,
IClosure<List<DefaultMutableTreeNode>,RuntimeException> initializer) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
children() |
TreeNode |
getChildAt(int index) |
int |
getChildCount() |
boolean |
isInitialize() |
boolean |
isLeaf() |
add, breadthFirstEnumeration, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic LazyFolderTreeNode(String string, IClosure<List<DefaultMutableTreeNode>,RuntimeException> initializer)
public boolean isInitialize()
public TreeNode getChildAt(int index)
getChildAt in interface TreeNodegetChildAt in class DefaultMutableTreeNodepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class DefaultMutableTreeNodepublic Enumeration children()
children in interface TreeNodechildren in class DefaultMutableTreeNodepublic boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class DefaultMutableTreeNodeCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.