| Package | Description |
|---|---|
| oracle.javatools.editor.find |
| Modifier and Type | Method and Description |
|---|---|
static FindResult |
Finder.find(BasicEditorPane editor,
FindCriteria criteria)
Find according to the passed parameters.
|
static java.util.regex.Pattern |
FindUtils.getRegExPattern(FindCriteria criteria)
Validate the given string to see if it is a valid regex pattern.
|
static ReplaceResult |
Replacer.skip(BasicEditorPane editor,
FindCriteria criteria)
Mark the current find as 'skipped' and move to the next find.
|
| Constructor and Description |
|---|
PromptedReplacer(BasicEditorPane editor,
FindCriteria findCriteria,
ReplaceCriteria replaceCriteria)
Create a prompted replacer.
|