Package rma.swing

Class FindDialog

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable
Direct Known Subclasses:
TableFindDialog

public class FindDialog extends RmaJDialog
See Also:
  • Field Details

  • Constructor Details

    • FindDialog

      public FindDialog(Frame parent, boolean modal, FindListener findListener)
    • FindDialog

      public FindDialog(Dialog parent, FindListener findListener)
    • FindDialog

      public FindDialog(Frame parent, FindListener findListener)
    • FindDialog

      public FindDialog(Frame parent, boolean modal)
  • Method Details

    • buildControls

      protected void buildControls()
    • findNext

      public void findNext()
    • close

      public void close()
    • setWholeWordCheckBoxText

      public void setWholeWordCheckBoxText(String newText)
      set the text for the Whole Word check box
      Parameters:
      newText - the text for the Whole Word check box
    • isWholeWordSearch

      public boolean isWholeWordSearch()
      return whether to do a whole word search
      Returns:
    • isCaseSensitiveSearch

      public boolean isCaseSensitiveSearch()
    • setSearchText

      public void setSearchText(String text)
    • getSearchText

      public String getSearchText()
    • setShowOptions

      public void setShowOptions(boolean optionsShown)