Uses of Interface
org.netbeans.api.diff.DiffView
Packages that use DiffView
-
Uses of DiffView in org.netbeans.api.diff
Methods in org.netbeans.api.diff that return DiffViewModifier and TypeMethodDescriptionDiff.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. -
Uses of DiffView in org.netbeans.spi.diff
Methods in org.netbeans.spi.diff that return DiffViewModifier 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.