ucar.unidata.ui
Class TextSearcher.TextWrapper

java.lang.Object
  extended by 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 Summary
TextSearcher.TextWrapper()
          _more_
TextSearcher.TextWrapper(JTextComponent comp)
          _more_
 
Method Summary
 boolean find(String what, boolean highlightAll, boolean doCase, boolean next)
          _more_
 JTextComponent getTextComponent()
          _more_
 void removeHighlights()
          _more_
 void resetToCurrentSearchIndex()
          _more_
 void setSearchIndex(Point pt)
          _more_
protected  void setTextComponent(JTextComponent comp)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSearcher.TextWrapper

public TextSearcher.TextWrapper()
_more_


TextSearcher.TextWrapper

public TextSearcher.TextWrapper(JTextComponent comp)
_more_

Parameters:
comp - _more_
Method Detail

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_