Uses of Class
org.fife.ui.rtextarea.SearchContext
Packages that use SearchContext
-
Uses of SearchContext in org.fife.ui.rtextarea
Methods in org.fife.ui.rtextarea that return SearchContextMethods in org.fife.ui.rtextarea with parameters of type SearchContextModifier and TypeMethodDescriptionstatic SearchResultSearchEngine.find(JTextArea textArea, SearchContext context) Finds the next instance of the string/regular expression specified from the caret position.private static SearchResultSearchEngine.findImpl(String findIn, SearchContext context) Finds the next instance of the string/regular expression specified from the caret position.private static RegExReplaceInfoSearchEngine.getRegExReplaceInfo(CharSequence searchIn, SearchContext context) Returns information on how to implement a regular expression "replace" action in the specified text with the specified replacement string.static SearchResultSearchEngine.markAll(RTextArea textArea, SearchContext context) Marks all instances of the specified text in this text area.private static SearchResultSearchEngine.markAllImpl(RTextArea textArea, SearchContext context) Marks all instances of the specified text in this text area.private static SearchResultSearchEngine.regexReplace(RTextArea textArea, SearchContext context) Finds the next instance of the regular expression specified from the caret position.static SearchResultSearchEngine.replace(RTextArea textArea, SearchContext context) Finds the next instance of the text/regular expression specified from the caret position.static SearchResultSearchEngine.replaceAll(RTextArea textArea, SearchContext context) Replaces all instances of the text/regular expression specified in the specified document with the specified replacement.