Uses of Class
editor.FileTree
Packages that use FileTree
-
Uses of FileTree in editor
Modifier and TypeFieldDescriptionFileTree._children
CommonMenus.FindInPathActionHandler._dir
CommonMenus.FindUsagesInPathActionHandler._dir
CommonMenus.ReplaceInPathActionHandler._dir
CommonMenus.CompileActionHandler._fileTree
Modifier and TypeMethodDescriptionstatic FileTree
static FileTree
static FileTree
private static FileTree
CommonMenus.getOrMakeLocalFileTree()
FileTree.getParent()
static FileTree
FileTreeUtil.getRoot()
ExperimentView.getSelectedTree()
FileTree.getSourcePathRoot()
static FileTree
FileTreeUtil.makeExternalFileTree
(Path file, String fqn) Modifier and TypeMethodDescriptionprivate String
FileTree._makeDotPath
(FileTree sourcePathRoot) private void
FileWatcher.addListener
(FileTree fileTree) private void
private int
FileTree.getSortedIndex
(List<FileTree> children, FileTree insert) private void
FileTree.handleDeletedFileTree
(FileTree fileTree) private void
FileTree.handleNewFile
(FileTree fileTree) private void
FileTree.handleNewFileTree
(FileTree fileTree) private boolean
FileTree.handlePossibleDeletedType
(FileTree fileTree) static boolean
FileTreeUtil.isSupportedTextFile
(FileTree ft) private boolean
FileTree.isTypeFile
(FileTree fileTree) private String
FileTree.makeDotPath
(FileTree sourcePathRoot) private void
private void
void
private void
FileWatcher.removeListener
(FileTree fileTree) void
FileWatcher.unregister
(FileTree fileTree) Modifier and TypeMethodDescriptionprivate int
FileTree.getSortedIndex
(List<FileTree> children, FileTree insert) static JMenuItem
CommonMenus.makeFindUsages
(Supplier<FileTree> tree) boolean
ModifierConstructorDescriptionprotected
FileTree
(Path fileOrDir, FileTree parent, Experiment experiment) -
Uses of FileTree in editor.search
Fields in editor.search declared as FileTreeModifier and TypeFieldDescriptionprivate final FileTree
SearchTree.SearchTreeNode._file
private final FileTree
AbstractSearchDialog._searchDir
Fields in editor.search with type parameters of type FileTreeMethods in editor.search that return FileTreeModifier and TypeMethodDescriptionSearchTree.SearchTreeNode.getFile()
AbstractSearchDialog.getSearchDir()
Methods in editor.search that return types with arguments of type FileTreeModifier and TypeMethodDescriptionAbstractSearchDialog.getSearchResults()
AbstractSearchDialog.getSelectedTrees()
Methods in editor.search with parameters of type FileTreeModifier and TypeMethodDescriptionprivate void
protected SearchTree
AbstractSearcher.getOrMakePath
(FileTree tree, SearchTree results) void
UsageSearcher.headlessSearch
(FileTree tree) private boolean
protected boolean
AbstractSearcher.isExcluded
(FileTree tree) private boolean
TextSearcher.isTextFile
(FileTree ft) private boolean
UsageSearcher.maybeSearchForText
(FileTree tree, SearchTree results) abstract boolean
AbstractSearcher.search
(FileTree tree, SearchTree results) boolean
IncrementalCompilerUsageSearcher.search
(FileTree tree, SearchTree results) boolean
TextSearcher.search
(FileTree tree, SearchTree results) void
boolean
UsageSearcher.search
(FileTree tree, SearchTree results) boolean
AbstractSearcher.searchTree
(FileTree tree, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) Method parameters in editor.search with type arguments of type FileTreeModifier and TypeMethodDescriptionprivate void
AbstractSearchDialog.findFilesFromPreviousSearch
(SearchTree root, List<FileTree> result) boolean
AbstractSearcher.searchTree
(FileTree tree, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) boolean
AbstractSearcher.searchTrees
(List<FileTree> trees, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) boolean
AbstractSearcher.searchTrees
(List<FileTree> trees, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) Constructors in editor.search with parameters of type FileTreeModifierConstructorDescriptionAbstractSearchDialog
(FileTree searchDir, boolean bReplace, String title) LocalSearchDialog
(FileTree searchFile, boolean bReplace) SearchDialog
(FileTree searchDir, boolean bReplace) SearchTreeNode
(FileTree file, SearchLocation loc) -
Uses of FileTree in editor.shipit
Methods in editor.shipit that return types with arguments of type FileTreeModifier and TypeMethodDescriptionFileChangeFinder.findChangedFiles
(FileTree ft, Predicate<FileTree> filter) FileChangeFinder.findChangedFiles
(Predicate<FileTree> filter) Methods in editor.shipit with parameters of type FileTreeModifier and TypeMethodDescriptionboolean
Compiler.compileTree
(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel) private void
ExperimentBuild.copySourceFileToOutputDir
(Path outputPath, FileTree ft) FileChangeFinder.findChangedFiles
(FileTree ft, Predicate<FileTree> filter) Method parameters in editor.shipit with type arguments of type FileTreeModifier and TypeMethodDescriptionFileChangeFinder.findChangedFiles
(FileTree ft, Predicate<FileTree> filter) FileChangeFinder.findChangedFiles
(Predicate<FileTree> filter) private void
ExperimentBuild.fullCompileSources
(Collection<FileTree> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress)