public static class AbstractFileTreeTable.FileNode extends AbstractFileTreeTable.ConvenientNode<VirtualFile>
Constructor and Description |
---|
FileNode(VirtualFile file,
Project project) |
FileNode(VirtualFile file,
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 FileNode(VirtualFile file, Project project)
public FileNode(VirtualFile file, Project project, VirtualFileFilter filter)
protected void appendChildrenTo(java.util.Collection<? super AbstractFileTreeTable.ConvenientNode> children)
appendChildrenTo
in class AbstractFileTreeTable.ConvenientNode<VirtualFile>