Uses of Class
editor.search.SearchTree
-
Packages that use SearchTree Package Description editor.search -
-
Uses of SearchTree in editor.search
Fields in editor.search declared as SearchTree Modifier and Type Field Description private SearchTreeUsageSearcher. _results(package private) SearchTreeSearchTreeContextMenu.OpenAction. _searchMethods in editor.search that return SearchTree Modifier and Type Method Description private SearchTreeSearchPanel. findFirstLeaf(SearchTree tree)private SearchTreeSearchPanel. findLastLeaf(SearchTree tree)private SearchTreeSearchPanel. findNextAncestorSibling(SearchTree tree)private SearchTreeSearchPanel. findPrevAncestorSibling(SearchTree tree)protected SearchTreeAbstractSearcher. getOrMakePath(FileTree tree, SearchTree results)SearchTreeSearchPanel. getSelectedTree()Methods in editor.search that return types with arguments of type SearchTree Modifier and Type Method Description private java.util.List<SearchTree>SearchPanel.TreeSelectionHandler. getSelections()Methods in editor.search with parameters of type SearchTree Modifier and Type Method Description voidSearchPanel. add(SearchTree message)voidSearchTreeContextMenu. displayContextMenu(SearchTree search, int x, int y, java.awt.Component eventSource)private voidAbstractSearchDialog. findFilesFromPreviousSearch(SearchTree root, java.util.List<FileTree> result)private SearchTreeSearchPanel. findFirstLeaf(SearchTree tree)private SearchTreeSearchPanel. findLastLeaf(SearchTree tree)private java.util.List<SearchLocation>TextSearcher. findLocations(SearchTree tree, java.util.List<SearchLocation> locations)private java.util.List<SearchLocation>UsageSearcher. findLocations(SearchTree tree, java.util.List<SearchLocation> locations)private SearchTreeSearchPanel. findNextAncestorSibling(SearchTree tree)private SearchTreeSearchPanel. findPrevAncestorSibling(SearchTree tree)javax.swing.JPopupMenuSearchTreeContextMenu. getContextMenu(SearchTree search)protected SearchTreeAbstractSearcher. getOrMakePath(FileTree tree, SearchTree results)private booleanUsageSearcher. maybeSearchForText(FileTree tree, SearchTree results)private voidSearchPanel.TreeSelectionHandler. removeAncestors(SearchTree selection, java.util.List<SearchTree> selections)private booleanSearchPanel.TreeSelectionHandler. removeDescendant(SearchTree newSelection, SearchTree csr)abstract booleanAbstractSearcher. search(FileTree tree, SearchTree results)booleanIncrementalCompilerUsageSearcher. search(FileTree tree, SearchTree results)booleanTextSearcher. search(FileTree tree, SearchTree results)booleanUsageSearcher. search(FileTree tree, SearchTree results)booleanAbstractSearcher. searchTree(FileTree tree, SearchTree results, java.util.function.Predicate<FileTree> filter, IProgressCallback progress)booleanAbstractSearcher. searchTrees(java.util.List<FileTree> trees, SearchTree results, java.util.function.Predicate<FileTree> filter, IProgressCallback progress)private voidAbstractSearchDialog. selectFirstMatch(SearchTree results)private voidUsageSearcher. selectFirstMatch(SearchTree results)Method parameters in editor.search with type arguments of type SearchTree Modifier and Type Method Description private voidSearchPanel.TreeSelectionHandler. removeAncestors(SearchTree selection, java.util.List<SearchTree> selections)Constructors in editor.search with parameters of type SearchTree Constructor Description OpenAction(SearchTree search)
-