Package rma.swing
Interface ReplaceListener
- All Known Implementing Classes:
GeneralTableEditor
,TextTable
public interface ReplaceListener
-
Method Summary
Modifier and TypeMethodDescriptionboolean
replaceAll
(String match, String replaceText, boolean wholeWord, boolean caseSensitive) boolean
replaceFirstRecord
(String match, String replaceText, boolean wrap, boolean wholeWord, boolean caseSensitive) boolean
replaceLastRecord
(String match, String replaceText, boolean wholeWord, boolean caseSensitive) boolean
selectFirstRecord
(String match, boolean wrap, boolean wholeWord, boolean caseSensitive) boolean
selectLastRecord
(String match, boolean wholeWord, boolean caseSensitive)
-
Method Details
-
replaceFirstRecord
-
replaceLastRecord
-
replaceAll
-
selectFirstRecord
-
selectLastRecord
-