Package | Description |
---|---|
org.netbeans.api.search |
This package contains classes that can be used by modules that need
to work with Search in Projects dialog, or want to share
information about what data was recently searched.
|
org.netbeans.spi.search.provider |
This package contains classes that are needed to add a custom panel
to Find in Projects dialog, that can have customized search
criteria, search algorithm and results panel.
|
Modifier and Type | Method and Description |
---|---|
static void |
SearchControl.openFindDialog(SearchProvider.Presenter presenter)
Show find dialog with a concrete presenter for one of providers.
|
static void |
SearchControl.openReplaceDialog(SearchProvider.Presenter presenter)
Show replace dialog with a concrete presenter for one of providers.
|
Modifier and Type | Method and Description |
---|---|
abstract SearchProvider.Presenter |
SearchProvider.createPresenter(boolean replaceMode)
Create presenter for this search provider.
|
Modifier and Type | Method and Description |
---|---|
static <U> DefaultSearchResultsDisplayer<U> |
SearchResultsDisplayer.createDefault(SearchResultsDisplayer.NodeDisplayer<U> helper,
SearchComposition<U> searchComposition,
SearchProvider.Presenter presenter,
String title)
Get default displayer that shows results as a tree of nodes.
|