Uses of Package
name.fraser.neil.plaintext

Packages that use name.fraser.neil.plaintext
de.interactive_instruments.ShapeChange.ModelDiff   
name.fraser.neil.plaintext   
 

Classes in name.fraser.neil.plaintext used by de.interactive_instruments.ShapeChange.ModelDiff
diff_match_patch.Diff
          Class representing one diff operation.
 

Classes in name.fraser.neil.plaintext used by name.fraser.neil.plaintext
diff_match_patch.Diff
          Class representing one diff operation.
diff_match_patch.LinesToCharsResult
          Internal class for returning results from diff_linesToChars().
diff_match_patch.Operation
          The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")}
diff_match_patch.Patch
          Class representing one patch operation.
 



Copyright © 2015. All rights reserved.