Class FindDialog

All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class FindDialog extends ReusableDialogComponentProvider
  • 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()
    • 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)