Uses of Class
editor.FileTree
-
Packages that use FileTree Package Description editor editor.search editor.shipit -
-
Uses of FileTree in editor
Subclasses of FileTree in editor Modifier and Type Class Description classExternalFileTreeMethods in editor that return FileTree Modifier and Type Method Description FileTreeFileTree. find(String fqn)FileTreeFileTree. find(Path file)static FileTreeFileTreeUtil. find(String fqn)static FileTreeFileTreeUtil. find(Path file)static FileTreeFileTreeUtil. find(Path file, String typeName)FileTreeFileTree. getParent()static FileTreeFileTreeUtil. getRoot()FileTreeExperimentView. getSelectedTree()FileTreeFileTree. getSourcePathRoot()static FileTreeFileTreeUtil. makeExternalFileTree(Path file, String fqn)Methods in editor that return types with arguments of type FileTree Modifier and Type Method Description List<FileTree>FileTree. getChildren()List<FileTree>GosuPanel. getOpenFilesInProject()Methods in editor with parameters of type FileTree Modifier and Type Method Description static booleanFileTreeUtil. isSupportedTextFile(FileTree ft)voidFileWatcher. register(FileTree fileTree)voidFileWatcher. unregister(FileTree fileTree)Method parameters in editor with type arguments of type FileTree Modifier and Type Method Description static JMenuItemCommonMenus. makeFindUsages(Supplier<FileTree> tree)booleanFileTree. traverse(Predicate<FileTree> visitor)Constructors in editor with parameters of type FileTree Constructor Description FileTree(Path fileOrDir, FileTree parent, Experiment experiment)Constructor parameters in editor with type arguments of type FileTree Constructor Description CompileActionHandler(Supplier<FileTree> fileTree)FindInPathActionHandler(Supplier<FileTree> dir)FindUsagesInPathActionHandler(Supplier<FileTree> dir)ReplaceInPathActionHandler(Supplier<FileTree> dir) -
Uses of FileTree in editor.search
Methods in editor.search that return FileTree Modifier and Type Method Description FileTreeSearchTree.SearchTreeNode. getFile()FileTreeAbstractSearchDialog. getSearchDir()Methods in editor.search with parameters of type FileTree Modifier and Type Method Description protected 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)voidUsageSearcher. search(FileTree tree)booleanUsageSearcher. 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 FileTree Modifier and Type Method Description 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 FileTree Constructor Description AbstractSearchDialog(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 FileTree Modifier and Type Method Description Set<FileTree>FileChangeFinder. findChangedFiles(FileTree ft, Predicate<FileTree> filter)Set<FileTree>FileChangeFinder. findChangedFiles(Predicate<FileTree> filter)Methods in editor.shipit with parameters of type FileTree Modifier and Type Method Description booleanCompiler. compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel)Set<FileTree>FileChangeFinder. findChangedFiles(FileTree ft, Predicate<FileTree> filter)Method parameters in editor.shipit with type arguments of type FileTree Modifier and Type Method Description Set<FileTree>FileChangeFinder. findChangedFiles(FileTree ft, Predicate<FileTree> filter)Set<FileTree>FileChangeFinder. findChangedFiles(Predicate<FileTree> filter)
-