Package de.calcom.cclib.text


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