Interface SearchProvider.SelectedObjectsHandler
- All Known Implementing Classes:
- SearchReplaceDialog.TargetSettings
- Enclosing interface:
- SearchProvider
public static interface SearchProvider.SelectedObjectsHandler
Passed to the search provider when the user wants to select which objects to search. The provider will likely
 show some sort of dialog, using getPreviousSelection to show the current select, and calling
 setSelectedObjects when the new selection is made.
- 
Method SummaryModifier and TypeMethodDescriptionThe component that was clicked on to prompt the change in selectionvoidsetSelectedObjects(List<Object> objects) 
- 
Method Details- 
getSelectionComponentJComponent getSelectionComponent()The component that was clicked on to prompt the change in selection
- 
setSelectedObjects
- 
getPreviousSelection
 
-