org.netbeans.api.diff |
|
Java Source File Name | Type | Comment |
Diff.java | Class | This class represents a visual diff presenter, that knows how to compute the
differences between files and show them to the user. |
DiffController.java | Class | Encapsulates a single Diff window that displays differences between two files (sources). |
Difference.java | Class | This class represents a single difference between two files. |
DiffView.java | Interface | Controller interface that allows external code to control the DIFF component. |
StreamSource.java | Class | This class provides streams and information about them to be used by diff
and merge services. |