| 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.
|
| Class and Description |
|---|
| SearchProvider.Presenter
Presenter for search provider.
|
| Class and Description |
|---|
| DefaultSearchResultsDisplayer
Default search results displayer.
|
| DefaultSearchResultsDisplayer.ResultNodeShiftSupport
Class definining which nodes should be selected when Previous or Next
button is pressed and what action should be performed.
|
| SearchComposition
Object that encapsulates search state, settings and provides access to its
results displayer.
|
| SearchProvider
Search provider can register complex search feature to the IDE.
|
| SearchProvider.Presenter
Presenter for search provider.
|
| SearchResultsDisplayer
Define how search results (and search controls) should be displayed.
|
| SearchResultsDisplayer.NodeDisplayer
Helper class for transforming matching objects to nodes.
|