Uses of Class
org.netbeans.api.diff.Difference
Packages that use Difference
-
Uses of Difference in org.netbeans.api.diff
Methods in org.netbeans.api.diff with parameters of type DifferenceModifier and TypeMethodDescriptionabstract 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 DifferenceModifier and TypeMethodDescriptionabstract 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 DifferenceModifier and TypeMethodDescriptionDiffVisualizer.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
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.abstract Component
MergeVisualizer.createView
(Difference[] diffs, StreamSource source1, StreamSource source2, StreamSource result) Show the visual representation of the merging process of two sources.