| org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion
DiffRegion | final public class DiffRegion extends Annotation implements ILineDiffInfo(Code) | | The local implementation of ILineDiffInfo . As instances are
also Annotation s, they can be used in
DocumentLineDiffer s IAnnotationModel protocol.
since: 3.0 |
DiffRegion | public DiffRegion(RangeDifference difference, int offset, List differences, IDocument source)(Code) | | Creates a new diff region.
Parameters: difference - Parameters: offset - Parameters: differences - Parameters: source - |
getChangeType | public int getChangeType()(Code) | | |
getOffset | public int getOffset()(Code) | | Returns the offset. |
getRemovedLinesAbove | public int getRemovedLinesAbove()(Code) | | |
getRemovedLinesBelow | public int getRemovedLinesBelow()(Code) | | |
hasChanges | public boolean hasChanges()(Code) | | |
|
|