Class TextSearcher

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TextSearcher extends JPanel
This provides a text search bar for a JTextComponent
Version:
$Revision: 1.13 $
Author:
IDV Development Team
See Also:
  • Field Details

    • COLOR_BADSEARCH

      public static final Color COLOR_BADSEARCH
      _more_
  • Constructor Details

    • TextSearcher

      public TextSearcher(JTextComponent comp)
      _more_
      Parameters:
      comp - _more_
    • TextSearcher

      public TextSearcher()
      _more_
  • Method Details

    • searchFor

      public void searchFor()
      _more_
    • doSearch

      public void doSearch()
      _more_
    • doSearchPrevious

      public void doSearchPrevious()
      _more_
    • getTextWrapper

      public TextSearcher.TextWrapper getTextWrapper()
      _more_
      Returns:
      _more_