Package rma.swing

Class ReplaceDialog

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class ReplaceDialog extends RmaJDialog
See Also:
  • Field Details

  • Constructor Details

    • ReplaceDialog

      public ReplaceDialog(Frame parent, boolean modal, ReplaceListener replaceListener)
    • ReplaceDialog

      public ReplaceDialog(Dialog parent, ReplaceListener replaceListener)
    • ReplaceDialog

      protected ReplaceDialog(Frame parent, boolean modal)
  • Method Details

    • buildControls

      protected void buildControls()
    • findNext

      public void findNext()
    • replace

      public void replace()
    • replaceAll

      public void replaceAll()
    • replace

      public void replace(boolean all)
    • 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
    • setShowOptions

      public void setShowOptions(boolean optionsShown)