Uses of Class
ca.cgjennings.ui.textedit.CodeEditorBase.Result
-
Packages that use CodeEditorBase.Result Package Description ca.cgjennings.ui.textedit -
-
Uses of CodeEditorBase.Result in ca.cgjennings.ui.textedit
Methods in ca.cgjennings.ui.textedit that return CodeEditorBase.Result Modifier and Type Method Description CodeEditorBase.Result
CodeEditorBase. beginSearch(java.lang.String pattern, boolean matchCase, boolean wholeWord, boolean regexp, boolean wrap)
Begins a search of the document.CodeEditorBase.Result
CodeEditorBase. findNext(boolean forward)
Searches for the next match of the current search.CodeEditorBase.Result
CodeEditorBase. replaceAll(java.lang.String replacement)
Replaces all occurrences of the current search.CodeEditorBase.Result
CodeEditorBase. replaceNext(boolean forward, java.lang.String replacement)
Replaces the next match of the current search.
-