|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchContext | |
|---|---|
| org.fife.ui.rtextarea | A single-font text editor with many custom features. |
| Uses of SearchContext in org.fife.ui.rtextarea |
|---|
| Methods in org.fife.ui.rtextarea that return SearchContext | |
|---|---|
SearchContext |
SearchContext.clone()
|
| Methods in org.fife.ui.rtextarea with parameters of type SearchContext | |
|---|---|
static SearchResult |
SearchEngine.find(JTextArea textArea,
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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||