Uses of Class
editor.FileTree
Packages that use FileTree
-
Uses of FileTree in editor
Modifier and TypeFieldDescriptionFileTree._childrenCommonMenus.FindInPathActionHandler._dirCommonMenus.FindUsagesInPathActionHandler._dirCommonMenus.ReplaceInPathActionHandler._dirCommonMenus.CompileActionHandler._fileTreeModifier and TypeMethodDescriptionstatic FileTreestatic FileTreestatic FileTreeprivate static FileTreeCommonMenus.getOrMakeLocalFileTree()FileTree.getParent()static FileTreeFileTreeUtil.getRoot()ExperimentView.getSelectedTree()FileTree.getSourcePathRoot()static FileTreeFileTreeUtil.makeExternalFileTree(Path file, String fqn) Modifier and TypeMethodDescriptionprivate StringFileTree._makeDotPath(FileTree sourcePathRoot) private voidFileWatcher.addListener(FileTree fileTree) private voidprivate intFileTree.getSortedIndex(List<FileTree> children, FileTree insert) private voidFileTree.handleDeletedFileTree(FileTree fileTree) private voidFileTree.handleNewFile(FileTree fileTree) private voidFileTree.handleNewFileTree(FileTree fileTree) private booleanFileTree.handlePossibleDeletedType(FileTree fileTree) static booleanFileTreeUtil.isSupportedTextFile(FileTree ft) private booleanFileTree.isTypeFile(FileTree fileTree) private StringFileTree.makeDotPath(FileTree sourcePathRoot) private voidprivate voidvoidprivate voidFileWatcher.removeListener(FileTree fileTree) voidFileWatcher.unregister(FileTree fileTree) Modifier and TypeMethodDescriptionprivate intFileTree.getSortedIndex(List<FileTree> children, FileTree insert) static JMenuItemCommonMenus.makeFindUsages(Supplier<FileTree> tree) booleanModifierConstructorDescriptionprotectedFileTree(Path fileOrDir, FileTree parent, Experiment experiment) -
Uses of FileTree in editor.search
Fields in editor.search declared as FileTreeModifier and TypeFieldDescriptionprivate final FileTreeSearchTree.SearchTreeNode._fileprivate final FileTreeAbstractSearchDialog._searchDirFields 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 voidprotected SearchTreeAbstractSearcher.getOrMakePath(FileTree tree, SearchTree results) voidUsageSearcher.headlessSearch(FileTree tree) private booleanprotected booleanAbstractSearcher.isExcluded(FileTree tree) private booleanTextSearcher.isTextFile(FileTree ft) private booleanUsageSearcher.maybeSearchForText(FileTree tree, SearchTree results) 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 TypeMethodDescriptionprivate voidAbstractSearchDialog.findFilesFromPreviousSearch(SearchTree root, List<FileTree> result) booleanAbstractSearcher.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) private voidExperimentBuild.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 voidExperimentBuild.fullCompileSources(Collection<FileTree> sources, ICompileConsumer consumer, MessagesPanel messages, boolean[] bRes, boolean[] bFinished, Compiler compiler, IProgressCallback progress)