Class FindDialog

All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener
Direct Known Subclasses:
DecompilerFindDialog

public class FindDialog extends ReusableDialogComponentProvider
  • Field Details

  • Constructor Details

  • Method Details

    • dialogClosed

      protected void dialogClosed()
      Description copied from class: DialogComponentProvider
      Override this method if you want to do something when the dialog is made invisible
      Overrides:
      dialogClosed in class DialogComponentProvider
    • next

      public void next()
    • previous

      public void previous()
    • useRegex

      protected boolean useRegex()
    • notifySearchHit

      protected void notifySearchHit(SearchLocation location)
    • dialogShown

      protected void dialogShown()
      Description copied from class: DialogComponentProvider
      Override this method if you want to do something when the dialog is made visible
      Overrides:
      dialogShown in class DialogComponentProvider
    • setSearchText

      public void setSearchText(String text)
    • getSearchText

      public String getSearchText()
    • setHistory

      public void setHistory(List<String> history)
    • storeSearchText

      protected void storeSearchText(String text)