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

    Change
    Modifier and Type
    Method
    Description
    NEW
    void
    createMemorySearchProvider(Navigatable navigatable, String input, SearchSettings settings, boolean useSelection)
    Deprecated.
    Creates a new memory search provider window
    REMOVED
    void
    search(byte[] bytes, NavigatableActionContext context)
    Removed
    REMOVED
    void
    setSearchText(String maskedString)
    Removed
    REMOVED
    void
    setIsMnemonic(boolean isMnemonic)
    Removed
  • Method Details

    • createMemorySearchProvider NEW

      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