| 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. |