| Interface | Description |
|---|---|
| SearchObject |
A searchable object returned by a search provider.
|
| SearchProvider |
Defines a coarse unit of searchability.
|
| SearchProvider.SelectedObjectsHandler |
Passed to the search provider when the user wants to select which objects to search.
|
| Class | Description |
|---|---|
| AbstractSearchProvider | |
| SearchObjectAggregator |
An implementation of Iterator<SearchObject> that aggregates multiple SearchObjectCursor objects.
|
| SearchObjectCursor |
A simplified adaptation of iterator that is made to work with a SearchObjectAggregator.
|
| SearchReplaceDialog |