public static class FileTreeNode.RootNode extends FileTreeNode
FileTreeNode.RootNode
Constructor and Description |
---|
RootNode(FileTreeModel model,
List<FileNode> rootPaths) |
Modifier and Type | Method and Description |
---|---|
protected Stream<FileNode> |
createInitialDirectories() |
boolean |
getAllowsChildren() |
protected void |
init() |
boolean |
isLeaf() |
protected void |
reload(int depth) |
children, compareTo, doInBackground, doInBackground, equals, getChildAt, getChildCount, getFile, getIndex, getParent, hashCode, isBusy, isNodeChild, reload, toNode, toString, traverseChildren
public RootNode(FileTreeModel model, List<FileNode> rootPaths)
protected void init()
protected void reload(int depth)
reload
in class FileTreeNode
public boolean isLeaf()
isLeaf
in interface TreeNode
isLeaf
in class FileTreeNode
public boolean getAllowsChildren()
getAllowsChildren
in interface TreeNode
getAllowsChildren
in class FileTreeNode