public class ListTreeNode extends BaseTreeNode
NODE_EXISTS| Constructor and Description |
|---|
ListTreeNode() |
ListTreeNode(BaseTreeNode... nodes) |
ListTreeNode(BaseTreeNode node) |
ListTreeNode(Object userData) |
ListTreeNode(Object userObject,
List<? extends BaseTreeNode> children) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(BaseTreeNode child) |
protected List<BaseTreeNode> |
doLoadChildren() |
List<BaseTreeNode> |
getChildren() |
boolean |
isLeaf() |
void |
refresh() |
void |
removeNode(int index) |
void |
setChildren(List<? extends BaseTreeNode> children) |
addChild, addChild, children, collapse, collapseChildren, delete, delete, dndImportData, doClose, doPropertyChange, equals, expand, expand, expand, expandChildren, finalize, getAllowsChildren, getChild, getChildAt, getChildClasses, getChildCount, getIcon, getIndex, getIndexOfChild, getMenu, getName, getOpenIcon, getParent, getParentNode, getTree, getTreeCellRendererComponent, getTreeModel, getTreePath, getTreePath, getTreePath, getType, getUserData, getUserData, getUserObject, hashCode, importData, isAllowsChildren, isChildrenInitialized, isCopySupported, isCopySupported, isDndCanImport, isDndDropSupported, isDndDropSupported, isExists, isUserObjectInitialized, isVisible, iterator, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, nodeChanged, nodeCollapsed, nodeRemoved, nodesChanged, nodesInserted, nodesRemoved, propertyChange, removeChild, removeChild, setAllowsChildren, setIcon, setName, setParent, setTree, setType, setUserObject, setUserObjectInitialized, setVisible, toStringpublic ListTreeNode()
public ListTreeNode(BaseTreeNode... nodes)
public ListTreeNode(BaseTreeNode node)
public ListTreeNode(Object userData)
public ListTreeNode(Object userObject, List<? extends BaseTreeNode> children)
public void addNode(BaseTreeNode child)
protected List<BaseTreeNode> doLoadChildren()
public List<BaseTreeNode> getChildren()
getChildren in class BaseTreeNodepublic boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class BaseTreeNodepublic void refresh()
public void removeNode(int index)
public void setChildren(List<? extends BaseTreeNode> children)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.