Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package allensoft.diff

Interface Summary
DiffProducer Defines the interface for parsing differences.
 

Class Summary
Change  
Deletion  
DiffConsumer Consumes differences and applies them to a Reader.
DiffDisplay  
DiffDisplay.Line  
DiffDisplay.Style  
DiffDocument A document that can be used to describe differences in a file.
DiffEditorKit  
DiffEditorKit.DiffDocumentView  
DiffEditorKit.DiffView  
DiffEditorKit.LineView  
DiffEditorKit.MarginView  
Difference The base class for a difference between two files.
DiffType  
DiffViewer Views differences side by side in a JSplitPane.
DiffViewer.DiffDisplayInitializer A DiffProcessor which adds appropriate lines to the DiffViewers to display the differences graphically.
DiffViewer.ReverseDiffParser A DiffParser which reverses the differences from a supplied DiffParser.
DiffViewerDialog A dialog that can view the differences between two files side by side.
Insertion  
UnixDiffParser Parses Unix diff outputs to produce Difference objects.
 

Exception Summary
DiffException