| 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 |
|---|---|
SearchProvider |
SearchProvider.Presenter.getSearchProvider()
Get associated search provider.
|
| Constructor and Description |
|---|
Presenter(SearchProvider searchProvider,
boolean replacing)
Constructor for subclasses.
|