Uses of Class
editor.FileTree
Packages that use FileTree
-
Uses of FileTree in editor
Modifier and TypeMethodDescriptionstatic FileTreestatic FileTreestatic FileTreeFileTree.getParent()static FileTreeFileTreeUtil.getRoot()ExperimentView.getSelectedTree()FileTree.getSourcePathRoot()static FileTreeFileTreeUtil.makeExternalFileTree(Path file, String fqn) Modifier and TypeMethodDescriptionstatic booleanFileTreeUtil.isSupportedTextFile(FileTree ft) voidvoidFileWatcher.unregister(FileTree fileTree) Modifier and TypeMethodDescriptionstatic JMenuItemCommonMenus.makeFindUsages(Supplier<FileTree> tree) booleanModifierConstructorDescriptionprotectedFileTree(Path fileOrDir, FileTree parent, Experiment experiment) -
Uses of FileTree in editor.search
Methods in editor.search that return FileTreeModifier and TypeMethodDescriptionSearchTree.SearchTreeNode.getFile()AbstractSearchDialog.getSearchDir()Methods in editor.search with parameters of type FileTreeModifier and TypeMethodDescriptionprotected SearchTreeAbstractSearcher.getOrMakePath(FileTree tree, SearchTree results) voidUsageSearcher.headlessSearch(FileTree tree) protected booleanAbstractSearcher.isExcluded(FileTree tree) abstract booleanAbstractSearcher.search(FileTree tree, SearchTree results) booleanIncrementalCompilerUsageSearcher.search(FileTree tree, SearchTree results) booleanTextSearcher.search(FileTree tree, SearchTree results) voidbooleanUsageSearcher.search(FileTree tree, SearchTree results) booleanAbstractSearcher.searchTree(FileTree tree, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) Method parameters in editor.search with type arguments of type FileTreeModifier and TypeMethodDescriptionbooleanAbstractSearcher.searchTree(FileTree tree, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) booleanAbstractSearcher.searchTrees(List<FileTree> trees, SearchTree results, Predicate<FileTree> filter, IProgressCallback progress) booleanAbstractSearcher.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 TypeMethodDescriptionbooleanCompiler.compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel) FileChangeFinder.findChangedFiles(FileTree ft, Predicate<FileTree> filter) Method parameters in editor.shipit with type arguments of type FileTree