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 Summary
Modifier and TypeMethodDescriptionThe component that was clicked on to prompt the change in selectionvoid
setSelectedObjects
(List<Object> objects)
-
Method Details
-
getSelectionComponent
JComponent getSelectionComponent()The component that was clicked on to prompt the change in selection -
setSelectedObjects
-
getPreviousSelection
-