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.ResultCodeEditorBase. beginSearch(java.lang.String pattern, boolean matchCase, boolean wholeWord, boolean regexp, boolean wrap)Begins a search of the document.CodeEditorBase.ResultCodeEditorBase. findNext(boolean forward)Searches for the next match of the current search.CodeEditorBase.ResultCodeEditorBase. replaceAll(java.lang.String replacement)Replaces all occurrences of the current search.CodeEditorBase.ResultCodeEditorBase. replaceNext(boolean forward, java.lang.String replacement)Replaces the next match of the current search.
-