org.netbeans.modules.diff/1 1.15.22 42

Uses of Class
org.netbeans.api.diff.Difference.Part

Packages that use Difference.Part
org.netbeans.api.diff   
 

Uses of Difference.Part in org.netbeans.api.diff
 

Methods in org.netbeans.api.diff that return Difference.Part
 Difference.Part[] Difference.getFirstLineDiffs()
          The list of differences on lines in the first file.
 Difference.Part[] Difference.getSecondLineDiffs()
          The list of differences on lines in the second file.
 

Constructors in org.netbeans.api.diff with parameters of type Difference.Part
Difference(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
Difference(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
 


org.netbeans.modules.diff/1 1.15.22 42

Built on December 7 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.