Package | Description |
---|---|
org.netbeans.api.diff | |
org.netbeans.spi.diff |
Class and Description |
---|
Diff
This class represents a visual diff presenter, that knows how to compute the
differences between files and show them to the user.
|
DiffController
Encapsulates a single Diff window that displays differences between two files (sources).
|
DiffController.DiffPane
Enumerates Base (left) and Modified (right) panes of a Diff view for setLocation() method
|
DiffController.LocationType
Enumerates types of location for setLocation() method.
|
Difference
This class represents a single difference between two files.
|
Difference.Part
This class represents a difference on a single line.
|
DiffView
Controller interface that allows external code to control the DIFF component.
|
StreamSource
This class provides streams and information about them to be used by diff
and merge services.
|
Class and Description |
---|
DiffController.DiffPane
Enumerates Base (left) and Modified (right) panes of a Diff view for setLocation() method
|
DiffController.LocationType
Enumerates types of location for setLocation() method.
|
Difference
This class represents a single difference between two files.
|
DiffView
Controller interface that allows external code to control the DIFF component.
|
StreamSource
This class provides streams and information about them to be used by diff
and merge services.
|