Interface MemorySearchService

All Known Implementing Classes:
MemorySearchPlugin

@Deprecated(since="11.2") public interface MemorySearchService
Deprecated.
This is not a generally useful service, may go away at some point
Service for invoking the MemorySearchProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createMemorySearchProvider(Navigatable navigatable, String input, SearchSettings settings, boolean useSelection)
    Deprecated.
    Creates a new memory search provider window
  • Method Details

    • createMemorySearchProvider

      void createMemorySearchProvider(Navigatable navigatable, String input, SearchSettings settings, boolean useSelection)
      Deprecated.
      Creates a new memory search provider window
      Parameters:
      navigatable - the navigatable used to get bytes to search
      input - the input string to search for
      settings - the settings that determine how to interpret the input string
      useSelection - true if the provider should automatically restrict to a selection if a selection exists in the navigatable