public class DirectoryTreeNode extends FileOrDirectoryTreeNode
Disposable.ParentmyFileEMPTY_FILE_ARRAY, myFilterAttributesallowsChildren, children, EMPTY_ENUMERATION, parent, userObjectTOPIC| Constructor and Description |
|---|
DirectoryTreeNode(java.lang.String path,
Project project,
java.lang.String parentPath) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.io.File> |
getFiles() |
javax.swing.Icon |
getIcon(boolean expanded) |
protected int |
getItemsCount() |
java.util.Collection<VirtualFile> |
getVirtualFiles() |
protected boolean |
showStatistics() |
dispose, getAttributes, getFilePath, getFilePointer, getName, getProject, getSupportsDeletion, setUserObject, validityChangedacceptFilter, applyFilter, getErrorText, getText, getTree, getTreeModel, setErrorText, setTree, setTreeModeladd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, 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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbeforeValidityChangedpublic DirectoryTreeNode(java.lang.String path,
Project project,
java.lang.String parentPath)
protected int getItemsCount()
getItemsCount in class AbstractTreeNodeprotected boolean showStatistics()
showStatistics in class AbstractTreeNodepublic javax.swing.Icon getIcon(boolean expanded)
getIcon in class AbstractTreeNodepublic java.util.Collection<VirtualFile> getVirtualFiles()
getVirtualFiles in class AbstractTreeNodepublic java.util.Collection<java.io.File> getFiles()
getFiles in class AbstractTreeNode