- canSearch() - Method in class org.netbeans.api.search.provider.SearchInfo
-
Checks that searching is possible.
- canSearch() - Method in class org.netbeans.spi.search.SearchInfoDefinition
-
Determines whether the object which provided this
SearchInfo
can be searched.
- changeMatchCase(boolean) - Method in class org.netbeans.api.search.SearchPattern
-
Create new instance with "match case" set to passed value, and other
values copied from this instance.
- changeMatchType(SearchPattern.MatchType) - Method in class org.netbeans.api.search.SearchPattern
-
Create new instance with "match type" set to passed value, and other
values copied from this instance.
- changePreserveCase(boolean) - Method in class org.netbeans.api.search.ReplacePattern
-
Create new instance with "preserve case" set to passed value, and other
values copied from this instance.
- changeRegExp(boolean) - Method in class org.netbeans.api.search.SearchPattern
-
Create new instance with "regular expression" set to passed value, and
other values copied from this instance.
- changeReplaceExpression(String) - Method in class org.netbeans.api.search.ReplacePattern
-
Create new instance with "replace expression" set to passed value, and
other values copied from this instance.
- changeSearchExpression(String) - Method in class org.netbeans.api.search.SearchPattern
-
Create new instance with "search expression" set to passed value, and
other values copied from this instance.
- changeWholeWords(boolean) - Method in class org.netbeans.api.search.SearchPattern
-
Create new instance with "whole words" set to passed value, and other
values copied from this instance.
- chkUseIgnoreList - Variable in class org.netbeans.api.search.ui.ScopeOptionsController
-
- clean() - Method in class org.netbeans.spi.search.provider.SearchProvider.Presenter
-
Method called when the dialog is closed.
- clean() - Method in class org.netbeans.spi.search.SearchScopeDefinition
-
This method is called when this search scope definition is no longer
needed.
- closed() - Method in class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
Called right after the displayer is closed.
- ComponentUtils - Class in org.netbeans.api.search.ui
-
Class containing methods for creating controller objects for GUI components
and adjusting their properties so that they can be used in search forms of
search dialog.
- composeSearch() - Method in class org.netbeans.spi.search.provider.SearchProvider.Presenter
-
- create(SearchScopeOptions) - Static method in class org.netbeans.api.search.provider.FileNameMatcher
-
Create an appripriate matcher for specific search options.
- create(String, boolean) - Static method in class org.netbeans.api.search.ReplacePattern
-
Creates a new ReplacePattern in accordance with given parameters
- create(String, boolean, boolean, boolean) - Static method in class org.netbeans.api.search.SearchPattern
-
Creates a new SearchPattern in accordance with given parameters
- create(String, boolean, boolean, SearchPattern.MatchType) - Static method in class org.netbeans.api.search.SearchPattern
-
Creates a new SearchPattern in accordance with given parameters
- create() - Static method in class org.netbeans.api.search.SearchScopeOptions
-
Create instance initialized with default options.
- create(String, boolean) - Static method in class org.netbeans.api.search.SearchScopeOptions
-
- create(String, boolean, boolean, boolean, List<SearchFilterDefinition>) - Static method in class org.netbeans.api.search.SearchScopeOptions
-
- createCompoundSearchInfo(SearchInfo...) - Static method in class org.netbeans.api.search.provider.SearchInfoUtils
-
Creates a
SearchInfo
compound of the given delegates.
- createDefault(SearchResultsDisplayer.NodeDisplayer<U>, SearchComposition<U>, SearchProvider.Presenter, String) - Static method in class org.netbeans.spi.search.provider.SearchResultsDisplayer
-
Get default displayer that shows results as a tree of nodes.
- createEmptySearchInfo() - Static method in class org.netbeans.api.search.provider.SearchInfoUtils
-
Create a SearchInfo instance that is always unsearchable.
- createFilesToSearchIterator(SearchScopeOptions, SearchListener, AtomicBoolean) - Method in class org.netbeans.api.search.provider.SearchInfo
-
Create
Iterator
that iterates over all files in the search scope
that comply with search options and search filters.
- createFlatSearchInfo(FileObject, SearchFilterDefinition[]) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Create a search definition info for non-recursive searching in a single
directory.
- createFlatSearchInfo(FileObject) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Create a search info definition for non-recursive searching in a single
directory.
- createForDefinition(SearchInfoDefinition) - Static method in class org.netbeans.api.search.provider.SearchInfoUtils
-
- createPresenter(boolean) - Method in class org.netbeans.spi.search.provider.SearchProvider
-
Create presenter for this search provider.
- createSearchInfo(FileObject, SearchFilterDefinition[]) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Creates a
SearchInfoDefinition
object for a given folder.
- createSearchInfo(FileObject) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Convenience method for creating a search info definition for a root node
with default filters.
- createSearchInfo(FileObject[], SearchFilterDefinition[]) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Creates a
SearchInfoDefinition
object for given folders.
- createSearchInfo(FileObject[]) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Convenience method for creating search info for a list of roots with
default filters.
- createSearchInfoBySubnodes(Children) - Static method in class org.netbeans.spi.search.SearchInfoDefinitionFactory
-
Creates a
SearchInfoDefinition
object combining
SearchInfoDefinition
objects of the node's
children.
- createSearchInfoForRoot(FileObject) - Static method in class org.netbeans.api.search.provider.SearchInfoUtils
-
Create a search info for a FileObject.
- createSearchInfoForRoots(FileObject[]) - Static method in class org.netbeans.api.search.provider.SearchInfoUtils
-
Create a search info for an array of FileObjects.
- createSearchInfoForRoots(FileObject[], boolean, SearchFilterDefinition...) - Static method in class org.netbeans.api.search.provider.SearchInfoUtils
-
Create a search info for an array of FileObjects.
- createSearchScopeDefinitions() - Method in class org.netbeans.spi.search.SearchScopeDefinitionProvider
-
- createUrisToSearchIterator(SearchScopeOptions, SearchListener, AtomicBoolean) - Method in class org.netbeans.api.search.provider.SearchInfo
-
Create
Iterator
that iterates over all URIs in the search scope
that comply with search options and search filters.