Package | Description |
---|---|
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 |
---|---|
abstract SearchComposition<?> |
SearchProvider.Presenter.composeSearch()
Performs search considering current settings in the panel that was
returned by
SearchProvider.Presenter.getForm() |
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.
|