FindAgain(@NotNull final Find find, @NotNull final Replace replace)
Create a new instance.
void find(@NotNull final JEditTextArea textArea)
Find the next occurrence of textToFind.
Action listener for "find".
final Find find
The Find instance to invoke Find#find(net.sf.gridarta.textedit.textarea.JEditTextArea).
Action listener for "replace".
final Replace replace
The Replace instance to invoke Replace#replace(net.sf.gridarta.textedit.textarea.JEditTextArea).
void actionPerformed(@NotNull final ActionEvent e)
Action listener for "find again".
This package contains the other part of the script editor.
void setType(@NotNull final FindType type)
Set the operation to perform.
boolean replace(@NotNull final JEditTextArea textArea)
Replace the next occurrence of textToFind with textToReplace.