- ScopeController - Class in org.netbeans.api.search.ui
-
Component controller for selecting search scope.
- ScopeOptionsController - Class in org.netbeans.api.search.ui
-
Component controller for setting search scope options.
- SearchComposition<R> - Class in org.netbeans.spi.search.provider
-
Object that encapsulates search state, settings and provides access to its
results displayer.
- SearchComposition() - Constructor for class org.netbeans.spi.search.provider.SearchComposition
-
Constructor for subclasses.
- SearchControl - Class in org.netbeans.api.search
-
This class enables users to show search dialog and start searches
programatically.
- searchFile(FileObject) - Method in class org.netbeans.api.search.provider.SearchFilter
-
Answers a question whether a given file should be searched.
- searchFile(URI) - Method in class org.netbeans.api.search.provider.SearchFilter
-
Answers a question whether a given URI should be searched.
- searchFile(FileObject) - Method in class org.netbeans.spi.search.SearchFilterDefinition
-
Answers a question whether a given file should be searched.
- searchFile(URI) - Method in class org.netbeans.spi.search.SearchFilterDefinition
-
Answers a question whether a file with given URI should be searched.
- SearchFilter - Class in org.netbeans.api.search.provider
-
Implementation of search filter that is associated with a search root.
- SearchFilter() - Constructor for class org.netbeans.api.search.provider.SearchFilter
-
- SearchFilter.FolderResult - Enum in org.netbeans.api.search.provider
-
Result of filtering a folder.
- SearchFilterDefinition - Class in org.netbeans.spi.search
-
Implementations of this class define which files and folders should be
searched and which should be skipped during search over a directory
structure.
- SearchFilterDefinition() - Constructor for class org.netbeans.spi.search.SearchFilterDefinition
-
- SearchFilterDefinition.FolderResult - Enum in org.netbeans.spi.search
-
Result of filtering a folder.
- searchFinished() - Method in class org.netbeans.spi.search.provider.DefaultSearchResultsDisplayer
-
Called right after the search was finished.
- searchFinished() - Method in class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
Called right after the search was finished.
- SearchHistory - Class in org.netbeans.api.search
-
Shareable search history.
- SearchInfo - Class in org.netbeans.api.search.provider
-
Info about searching under a node or a set of nodes.
- SearchInfo() - Constructor for class org.netbeans.api.search.provider.SearchInfo
-
- SearchInfoDefinition - Class in org.netbeans.spi.search
-
Defines which
FileObject
s should be searched.
- SearchInfoDefinition() - Constructor for class org.netbeans.spi.search.SearchInfoDefinition
-
- SearchInfoDefinitionFactory - Class in org.netbeans.spi.search
-
Factory for creating
SearchInfoDefinitions
objects.
- SearchInfoUtils - Class in org.netbeans.api.search.provider
-
Class containing methods for getting SearchInfo instances for nodes and
files.
- SearchInfoUtils() - Constructor for class org.netbeans.api.search.provider.SearchInfoUtils
-
- SearchListener - Class in org.netbeans.api.search.provider
-
Listener for various events during searching.
- SearchListener() - Constructor for class org.netbeans.api.search.provider.SearchListener
-
Constructor for subclasses.
- SearchPattern - Class in org.netbeans.api.search
-
Pattern describes the search conditions
- SearchPattern.MatchType - Enum in org.netbeans.api.search
-
Specifies how the pattern is matched to the searched text.
- SearchPatternController - Class in org.netbeans.api.search.ui
-
Controller for a combo box for selection and editing of search patterns.
- SearchPatternController.Option - Enum in org.netbeans.api.search.ui
-
Options of search patterns.
- SearchProvider - Class in org.netbeans.spi.search.provider
-
Search provider can register complex search feature to the IDE.
- SearchProvider() - Constructor for class org.netbeans.spi.search.provider.SearchProvider
-
Constructor for subclasses.
- SearchProvider.Presenter - Class in org.netbeans.spi.search.provider
-
Presenter for search provider.
- SearchResultsDisplayer<T> - Class in org.netbeans.spi.search.provider
-
Define how search results (and search controls) should be displayed.
- SearchResultsDisplayer() - Constructor for class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
Constructor for subclasses.
- SearchResultsDisplayer.NodeDisplayer<T> - Class in org.netbeans.spi.search.provider
-
Helper class for transforming matching objects to nodes.
- SearchRoot - Class in org.netbeans.api.search
-
Search root is a pair containing a folder (or file) and a set of search
filters.
- SearchRoot(FileObject, List<SearchFilter>) - Constructor for class org.netbeans.api.search.SearchRoot
-
Create a new search root, defined by a folder and a set of filters.
- SearchRoot(URI, List<SearchFilter>) - Constructor for class org.netbeans.api.search.SearchRoot
-
Create a new search root, defined by a folder and a set of filters.
- SearchScopeDefinition - Class in org.netbeans.spi.search
-
Interface for obtaining information about scope of a search task.
- SearchScopeDefinition() - Constructor for class org.netbeans.spi.search.SearchScopeDefinition
-
- SearchScopeDefinitionProvider - Class in org.netbeans.spi.search
-
Provider of search scopes.
- SearchScopeDefinitionProvider() - Constructor for class org.netbeans.spi.search.SearchScopeDefinitionProvider
-
- SearchScopeOptions - Class in org.netbeans.api.search
-
This class holds user options and custom filters.
- searchStarted() - Method in class org.netbeans.spi.search.provider.DefaultSearchResultsDisplayer
-
Called right after the search was started.
- searchStarted() - Method in class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
Called right after the search was started.
- selected() - Method in class org.netbeans.spi.search.SearchScopeDefinition
-
This method is called when the search scope is selected in the UI.
- setFileNamePattern(String) - Method in class org.netbeans.api.search.ui.FileNameController
-
Set file name pattern.
- setFileNameRegexp(boolean) - Method in class org.netbeans.api.search.ui.ScopeOptionsController
-
Enable/disable regular expression mode.
- setInfoNode(Node) - Method in class org.netbeans.spi.search.provider.DefaultSearchResultsDisplayer
-
Set node that display information from the search listener.
- setInfoNode(Node) - Method in class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
Set node that display information from the search listener.
- setLastSelected(SearchPattern) - Method in class org.netbeans.api.search.SearchHistory
-
- setPattern(String) - Method in class org.netbeans.api.search.SearchScopeOptions
-
Set file name pattern.
- setRegexp(boolean) - Method in class org.netbeans.api.search.SearchScopeOptions
-
Set whether the pattern should be handled as regular expression.
- setRegularExpression(boolean) - Method in class org.netbeans.api.search.ui.FileNameController
-
Sets whether the contained expression should be interpreted as a simple
pattern or a regular expression pattern.
- setResultNodeShiftSupport(DefaultSearchResultsDisplayer.ResultNodeShiftSupport) - Method in class org.netbeans.spi.search.provider.DefaultSearchResultsDisplayer
-
- setSearchInArchives(boolean) - Method in class org.netbeans.api.search.SearchScopeOptions
-
Set searching in archives.
- setSearchInArchives(boolean) - Method in class org.netbeans.api.search.ui.ScopeOptionsController
-
Enable/disable searching in archives.
- setSearchInGenerated(boolean) - Method in class org.netbeans.api.search.SearchScopeOptions
-
Set searching in generated sources.
- setSearchInGenerated(boolean) - Method in class org.netbeans.api.search.ui.ScopeOptionsController
-
Enable/disable searching in generated sources.
- setSearchPattern(SearchPattern) - Method in class org.netbeans.api.search.ui.SearchPatternController
-
Set text and options to represent a search pattern.
- setUseIgnoreList(boolean) - Method in class org.netbeans.api.search.ui.ScopeOptionsController
-
Enable/disable using ignore list.
- SHARABILITY_FILTER - Static variable in class org.netbeans.api.search.provider.SearchInfoUtils
-
Filter for skipping unsharable files.
- SHARABILITY_FILTER - Static variable in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Filter for unsharable files.
- start(SearchListener) - Method in class org.netbeans.spi.search.provider.SearchComposition
-
Start searching.
- startBasicSearch(SearchPattern, SearchScopeOptions, String) - Static method in class org.netbeans.api.search.SearchControl
-
Start basic search for specified parameters.
- storeFileNamePattern(String) - Method in class org.netbeans.api.search.SearchHistory
-
Store last used file name pattern.
- SubTreeSearchOptions - Class in org.netbeans.spi.search
-
This class defines default search options for a node and its subnodes.
- SubTreeSearchOptions() - Constructor for class org.netbeans.spi.search.SubTreeSearchOptions
-