static SearchResult |
SearchEngine.find(javax.swing.JTextArea textArea,
SearchContext context) |
Finds the next instance of the string/regular expression specified
from the caret position.
|
private static SearchResult |
SearchEngine.findImpl(java.lang.String findIn,
SearchContext context) |
Finds the next instance of the string/regular expression specified
from the caret position.
|
static SearchResult |
SearchEngine.markAll(RTextArea textArea,
SearchContext context) |
Marks all instances of the specified text in this text area.
|
private static SearchResult |
SearchEngine.markAllImpl(RTextArea textArea,
SearchContext context) |
Marks all instances of the specified text in this text area.
|
private static SearchResult |
SearchEngine.regexReplace(RTextArea textArea,
SearchContext context) |
Finds the next instance of the regular expression specified from
the caret position.
|
static SearchResult |
SearchEngine.replace(RTextArea textArea,
SearchContext context) |
Finds the next instance of the text/regular expression specified from
the caret position.
|
static SearchResult |
SearchEngine.replaceAll(RTextArea textArea,
SearchContext context) |
Replaces all instances of the text/regular expression specified in
the specified document with the specified replacement.
|