public class FileTreeNode extends FileOrDirectoryTreeNode
Disposable.ParentmyFileEMPTY_FILE_ARRAY, myFilterAttributesallowsChildren, children, EMPTY_ENUMERATION, parent, userObjectTOPIC| Constructor and Description |
|---|
FileTreeNode(java.lang.String path,
SimpleTextAttributes invalidAttributes,
Project project,
java.lang.String parentPath) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptFilter(Pair<PackageSetBase,NamedScopesHolder> filter,
boolean showOnlyFilteredItems) |
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, validityChangedapplyFilter, 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 FileTreeNode(java.lang.String path,
SimpleTextAttributes invalidAttributes,
Project project,
java.lang.String parentPath)
public javax.swing.Icon getIcon(boolean expanded)
getIcon in class AbstractTreeNodeprotected boolean acceptFilter(Pair<PackageSetBase,NamedScopesHolder> filter, boolean showOnlyFilteredItems)
acceptFilter in class AbstractTreeNodepublic java.util.Collection<VirtualFile> getVirtualFiles()
getVirtualFiles in class AbstractTreeNodepublic java.util.Collection<java.io.File> getFiles()
getFiles in class AbstractTreeNodeprotected int getItemsCount()
getItemsCount in class AbstractTreeNodeprotected boolean showStatistics()
showStatistics in class AbstractTreeNode