Package javaforce.awt

Class ReplaceDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ReplaceDialog extends JDialog
Opens a replace text dialog that uses the ReplaceEvent interface for event handling.
Author:
Peter Quiring
See Also:
  • Method Details

    • getFindText

      public String getFindText()
    • getReplaceText

      public String getReplaceText()
    • getWhole

      public boolean getWhole()
    • getCase

      public boolean getCase()
    • showReplaceDialog

      public static void showReplaceDialog(Frame parent, boolean modular, String findText, String replaceText, boolean bWhole, boolean bCase, ReplaceEvent re)