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 Details

    • getSelectionComponent

      JComponent getSelectionComponent()
      The component that was clicked on to prompt the change in selection
    • setSelectedObjects

      void setSelectedObjects(List<Object> objects)
    • getPreviousSelection

      List<Object> getPreviousSelection()