Class FindDialog

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

public class FindDialog extends ReusableDialogComponentProvider
A dialog used to perform text searches on a text display.
  • Field Details

  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
      Description copied from class: DialogComponentProvider
      Disposes this dialog. Only call this when the dialog is no longer used. Calling this method will close the dialog if it is open.
      Overrides:
      dispose in class ReusableDialogComponentProvider
    • setClosedCallback

      public void setClosedCallback(Callback c)
    • enableButtons

      protected void enableButtons(boolean b)
    • 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
    • getSearcher

      public FindDialogSearcher getSearcher()
    • setSearchText

      public void setSearchText(String text)
    • getSearchText

      public String getSearchText()
    • setHistory

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

      protected void storeSearchText(String text)