| Interface | Description |
|---|---|
| FindReplaceListener |
Interface for implementing a listener for
FindReplaceEvents. |
| Class | Description |
|---|---|
| FindReplaceDialog |
Dialog to manage find and replace on a
Document shown
in a JEditorPane. |
| FindReplaceEvent |
This is simply overriding EventObject by storing a FindReplaceDialog
into the source field of the superclass.
|
| PseudoDamerauLevenshtein |
Pseudo-Damerau-Levenshtein (aka "Optimal String Distance")
implementation which allows some non-adjacent transpositions(?)
Computes the edit distance with insertions/deletions/substitutions/transpositions.
|
| Enum | Description |
|---|---|
| PseudoDamerauLevenshtein.Type |
The classes in this package extend the Swing EditorPane by allowing drag and drop and cut and paste on styled text.