Package | Description |
---|---|
org.netbeans.api.diff | |
org.netbeans.spi.diff |
Modifier and Type | Method and Description |
---|---|
DiffView |
Diff.createDiff(StreamSource s1,
StreamSource s2)
Creates single-window diff component that does not include any navigation controls and
is controlled programatically via the returned DiffView interface.
|
Modifier and Type | Method and Description |
---|---|
DiffView |
DiffVisualizer.createDiff(Difference[] diffs,
StreamSource s1,
StreamSource s2)
Creates single-window diff component that does not include any navigation controls and
is controlled programatically via the returned DiffView interface.
|