See: Description
Class | Description |
---|---|
DefaultSearchResultsDisplayer<U> |
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<R> |
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<T> |
Define how search results (and search controls) should be displayed.
|
SearchResultsDisplayer.NodeDisplayer<T> |
Helper class for transforming matching objects to nodes.
|
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.
The entry point for such custom search provider is class
SearchProvider
.