| Home >> All >> allensoft >> [ diff Javadoc ] |
allensoft.diff: Javadoc index of package allensoft.diff.
Package Samples:
allensoft.diff
Classes:
DiffViewerDialog: A dialog that can view the differences between two files side by side. The dialog's bounds are automatically set to be 85% of the visible screen size and centred. When this dialog is closed it remembers its position and will use this position next time.
DiffConsumer: Consumes differences and applies them to a Reader. The output is controlled by overridable printXXXX methods. By default these methods simply output the result of applying the differences to System.out.
DiffDocument: A document that can be used to describe differences in a file. The element structure contains branch elements for each difference with leaf elements for each line.
UnixDiffParser: Parses Unix diff outputs to produce Difference objects.
Difference: The base class for a difference between two files.
DiffViewer: Views differences side by side in a JSplitPane.
DiffProducer: Defines the interface for parsing differences.
Change
Deletion
DiffDisplay
DiffEditorKit
DiffException
DiffType
Insertion
| Home | Contact Us | Privacy Policy | Terms of Service |