Uses of Class
org.fife.ui.rtextarea.SearchContext

Packages that use SearchContext
org.fife.ui.rtextarea   
 

Uses of SearchContext in org.fife.ui.rtextarea
 

Methods in org.fife.ui.rtextarea with parameters of type SearchContext
static boolean SearchEngine.find(JTextArea textArea, SearchContext context)
          Finds the next instance of the string/regular expression specified from the caret position.
static boolean SearchEngine.replace(RTextArea textArea, SearchContext context)
          Finds the next instance of the text/regular expression specified from the caret position.
static int SearchEngine.replaceAll(RTextArea textArea, SearchContext context)
          Replaces all instances of the text/regular expression specified in the specified document with the specified replacement.
 



Copyright © 2003-2012. All Rights Reserved.