|
org.netbeans.modules.diff/1 1.15.31 42 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Difference | |
---|---|
org.netbeans.api.diff | |
org.netbeans.spi.diff |
Uses of Difference in org.netbeans.api.diff |
---|
Methods in org.netbeans.api.diff with parameters of type Difference | |
---|---|
abstract Writer |
StreamSource.createWriter(Difference[] conflicts)
Create a writer, that writes to the source. |
Uses of Difference in org.netbeans.spi.diff |
---|
Methods in org.netbeans.spi.diff that return Difference | |
---|---|
abstract Difference[] |
DiffProvider.computeDiff(Reader r1,
Reader r2)
Create the differences of the content two streams. |
Methods in org.netbeans.spi.diff with parameters of type Difference | |
---|---|
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. |
abstract Component |
MergeVisualizer.createView(Difference[] diffs,
StreamSource source1,
StreamSource source2,
StreamSource result)
Show the visual representation of the merging process of two sources. |
abstract Component |
DiffVisualizer.createView(Difference[] diffs,
String name1,
String title1,
Reader r1,
String name2,
String title2,
Reader r2,
String MIMEType)
Show the visual representation of the diff between two sources. |
|
org.netbeans.modules.diff/1 1.15.31 42 | |||||||||
PREV NEXT | FRAMES NO FRAMES |