Class FindDialog

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

public class FindDialog extends JDialog
Opens a find text dialog which uses FindEvent for callback handling.
Author:
Peter Quiring
See Also:
  • Method Details

    • getText

      public String getText()
    • getWhole

      public boolean getWhole()
    • getCase

      public boolean getCase()
    • showFindDialog

      public static void showFindDialog(Frame parent, boolean modular, String text, boolean bWhole, boolean bCase, FindEvent fe)