Uses of Class
org.fife.ui.rtextarea.RegExReplaceInfo
-
Packages that use RegExReplaceInfo Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of RegExReplaceInfo in org.fife.ui.rtextarea
Methods in org.fife.ui.rtextarea that return RegExReplaceInfo Modifier and Type Method Description private static RegExReplaceInfo
SearchEngine. getRegExReplaceInfo(java.lang.CharSequence searchIn, SearchContext context)
Returns information on how to implement a regular expression "replace" action in the specified text with the specified replacement string.
-