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 class
ExternalFileTree
Methods in editor that return FileTree Modifier and Type Method Description FileTree
FileTree. find(String fqn)
FileTree
FileTree. find(Path file)
static FileTree
FileTreeUtil. find(String fqn)
static FileTree
FileTreeUtil. find(Path file)
static FileTree
FileTreeUtil. find(Path file, String typeName)
FileTree
FileTree. getParent()
static FileTree
FileTreeUtil. getRoot()
FileTree
ExperimentView. getSelectedTree()
FileTree
FileTree. getSourcePathRoot()
static FileTree
FileTreeUtil. 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 boolean
FileTreeUtil. isSupportedTextFile(FileTree ft)
void
FileWatcher. register(FileTree fileTree)
void
FileWatcher. unregister(FileTree fileTree)
Method parameters in editor with type arguments of type FileTree Modifier and Type Method Description static JMenuItem
CommonMenus. makeFindUsages(Supplier<FileTree> tree)
boolean
FileTree. 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 FileTree
SearchTree.SearchTreeNode. getFile()
FileTree
AbstractSearchDialog. getSearchDir()
Methods in editor.search with parameters of type FileTree Modifier and Type Method Description protected SearchTree
AbstractSearcher. getOrMakePath(FileTree tree, SearchTree results)
void
UsageSearcher. headlessSearch(FileTree tree)
protected boolean
AbstractSearcher. isExcluded(FileTree tree)
abstract boolean
AbstractSearcher. search(FileTree tree, SearchTree results)
boolean
IncrementalCompilerUsageSearcher. search(FileTree tree, SearchTree results)
boolean
TextSearcher. search(FileTree tree, SearchTree results)
void
UsageSearcher. search(FileTree tree)
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 FileTree Modifier and Type Method Description 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 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 boolean
Compiler. 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)
-