Uses of Class
org.netbeans.api.diff.Difference.Part
Packages that use Difference.Part
-
Uses of Difference.Part in org.netbeans.api.diff
Methods in org.netbeans.api.diff that return Difference.PartModifier and TypeMethodDescriptionDifference.getFirstLineDiffs()
The list of differences on lines in the first file.Difference.getSecondLineDiffs()
The list of differences on lines in the second file.Constructors in org.netbeans.api.diff with parameters of type Difference.PartModifierConstructorDescriptionDifference
(int type, int firstStart, int firstEnd, int secondStart, int secondEnd, String firstText, String secondText, Difference.Part[] firstLineDiffs, Difference.Part[] secondLineDiffs) Creates a new instance of Difference