public final class Finder
extends java.lang.Object
| Constructor and Description |
|---|
Finder(BasicEditorPane editor)
Create a Finder that will be searching the given editor.
|
| Modifier and Type | Method and Description |
|---|---|
FindResult |
find(FindCriteria criteria)
Find according to the passed parameters.
|
static void |
main(java.lang.String[] args) |
public Finder(BasicEditorPane editor)
document - public FindResult find(FindCriteria criteria)
editor - the editor in which to do the findingcriteria - what to look for.public static void main(java.lang.String[] args)