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 Detail

      • getSelectionComponent

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

        void setSelectedObjects​(java.util.List<java.lang.Object> objects)
      • getPreviousSelection

        java.util.List<java.lang.Object> getPreviousSelection()