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