Class TextSearcher.TextWrapper

java.lang.Object
ucar.unidata.ui.TextSearcher.TextWrapper
Direct Known Subclasses:
JythonManager.LibHolder
Enclosing class:
TextSearcher

public static class TextSearcher.TextWrapper extends Object
Class TextWrapper _more_
Version:
$Revision: 1.3 $
Author:
IDV Development Team
  • Constructor Details

    • TextWrapper

      public TextWrapper()
      _more_
    • TextWrapper

      public TextWrapper(JTextComponent comp)
      _more_
      Parameters:
      comp - _more_
  • Method Details

    • getTextComponent

      public JTextComponent getTextComponent()
      _more_
      Returns:
      _more_
    • setTextComponent

      protected void setTextComponent(JTextComponent comp)
      _more_
      Parameters:
      comp - _more_
    • setSearchIndex

      public void setSearchIndex(Point pt)
      _more_
      Parameters:
      pt - _more_
    • removeHighlights

      public void removeHighlights()
      _more_
    • resetToCurrentSearchIndex

      public void resetToCurrentSearchIndex()
      _more_
    • find

      public boolean find(String what, boolean highlightAll, boolean doCase, boolean next)
      _more_
      Parameters:
      what - _more_
      highlightAll - _more_
      doCase - _more_
      next - _more_
      Returns:
      _more_