- DELETE - Static variable in class org.netbeans.api.diff.Difference
-
Delete type of difference - a portion of a file was removed in the other
- Diff - Class in org.netbeans.api.diff
-
This class represents a visual diff presenter, that knows how to compute the
differences between files and show them to the user.
- Diff() - Constructor for class org.netbeans.api.diff.Diff
-
- DiffController - Class in org.netbeans.api.diff
-
Encapsulates a single Diff window that displays differences between two files (sources).
- DiffController.DiffPane - Enum in org.netbeans.api.diff
-
Enumerates Base (left) and Modified (right) panes of a Diff view for setLocation() method
- DiffController.LocationType - Enum in org.netbeans.api.diff
-
Enumerates types of location for setLocation() method.
- DiffControllerImpl - Class in org.netbeans.spi.diff
-
Provider class for DiffController, encapsulates a single Diff panel that displays differences between two files (sources).
- DiffControllerImpl() - Constructor for class org.netbeans.spi.diff.DiffControllerImpl
-
Default constructor, does nothing.
- DiffControllerProvider - Class in org.netbeans.spi.diff
-
Provider for DiffControllerImpl implemetations.
- DiffControllerProvider() - Constructor for class org.netbeans.spi.diff.DiffControllerProvider
-
- Difference - Class in org.netbeans.api.diff
-
This class represents a single difference between two files.
- Difference(int, int, int, int, int) - Constructor for class org.netbeans.api.diff.Difference
-
Creates a new instance of Difference
- Difference(int, int, int, int, int, String, String) - Constructor for class org.netbeans.api.diff.Difference
-
Creates a new instance of Difference
- Difference(int, int, int, int, int, String, String, Difference.Part[], Difference.Part[]) - Constructor for class org.netbeans.api.diff.Difference
-
Creates a new instance of Difference
- Difference.Part - Class in org.netbeans.api.diff
-
This class represents a difference on a single line.
- DiffProvider - Class in org.netbeans.spi.diff
-
This class represents a provider of diff algorithm.
- DiffProvider() - Constructor for class org.netbeans.spi.diff.DiffProvider
-
- DiffView - Interface in org.netbeans.api.diff
-
Controller interface that allows external code to control the DIFF component.
- DiffVisualizer - Class in org.netbeans.spi.diff
-
This class represents a diff visualizer.
- DiffVisualizer() - Constructor for class org.netbeans.spi.diff.DiffVisualizer
-