public static class AbstractFileTreeTable.ProjectRootNode extends AbstractFileTreeTable.ConvenientNode<Project>
Constructor and Description |
---|
ProjectRootNode(Project project) |
ProjectRootNode(Project project,
VirtualFileFilter filter) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendChildrenTo(java.util.Collection<? super AbstractFileTreeTable.ConvenientNode> children) |
children, clearCachedChildren, getChildAt, getChildCount, getObject
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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public ProjectRootNode(Project project)
public ProjectRootNode(Project project, VirtualFileFilter filter)
protected void appendChildrenTo(java.util.Collection<? super AbstractFileTreeTable.ConvenientNode> children)
appendChildrenTo
in class AbstractFileTreeTable.ConvenientNode<Project>