- canSetCurrentDifference() - Method in interface org.netbeans.api.diff.DiffView
-
Test whether this view can change the current difference.
- CHANGE - Static variable in class org.netbeans.api.diff.Difference
-
Change type of difference - a portion of a file was changed in the other
- close() - Method in class org.netbeans.api.diff.StreamSource
-
Close the stream source.
- computeDiff(Reader, Reader) - Method in class org.netbeans.spi.diff.DiffProvider
-
Create the differences of the content two streams.
- create(StreamSource, StreamSource) - Static method in class org.netbeans.api.diff.DiffController
-
Creates a Diff Controller for supplied left and right sources.
- createDiff(String, String, Reader, String, String, Reader, String) - Method in class org.netbeans.api.diff.Diff
-
Show the visual representation of the diff between two sources.
- createDiff(StreamSource, StreamSource) - Method in class org.netbeans.api.diff.Diff
-
Creates single-window diff component that does not include any navigation controls and
is controlled programatically via the returned DiffView interface.
- createDiff(Difference[], StreamSource, StreamSource) - Method in class org.netbeans.spi.diff.DiffVisualizer
-
Creates single-window diff component that does not include any navigation controls and
is controlled programatically via the returned DiffView interface.
- createDiffController(StreamSource, StreamSource) - Method in class org.netbeans.spi.diff.DiffControllerProvider
-
Creates a Diff Controller for supplied left and right sources.
- createEnhanced(StreamSource, StreamSource) - Static method in class org.netbeans.api.diff.DiffController
-
Creates a Diff Controller for supplied left and right sources capable of creating enhanced UI.
- createEnhancedDiffController(StreamSource, StreamSource) - Method in class org.netbeans.spi.diff.DiffControllerProvider
-
Creates a Diff Controller for supplied left and right sources.
- createReader() - Method in class org.netbeans.api.diff.StreamSource
-
Create a reader, that reads the source.
- createSource(String, String, String, Reader) - Static method in class org.netbeans.api.diff.StreamSource
-
Create the default implementation of StreamSource
, that has
just reader and no writer.
- createSource(String, String, String, File) - Static method in class org.netbeans.api.diff.StreamSource
-
Create the default implementation of StreamSource
, that has
just reader and writer from/to a file.
- createView(Difference[], String, String, Reader, String, String, Reader, String) - Method in class org.netbeans.spi.diff.DiffVisualizer
-
Show the visual representation of the diff between two sources.
- createView(Difference[], StreamSource, StreamSource, StreamSource) - Method in class org.netbeans.spi.diff.MergeVisualizer
-
Show the visual representation of the merging process of two sources.
- createWriter(Difference[]) - Method in class org.netbeans.api.diff.StreamSource
-
Create a writer, that writes to the source.