Package de.calcom.cclib.text
package de.calcom.cclib.text
-
ClassDescriptionDialog to manage find and replace on a
Document
shown in aJEditorPane
.This is simply overriding EventObject by storing a FindReplaceDialog into the source field of the superclass.Interface for implementing a listener forFindReplaceEvents
.Pseudo-Damerau-Levenshtein (aka "Optimal String Distance") implementation which allows some non-adjacent transpositions(?) Computes the edit distance with insertions/deletions/substitutions/transpositions.