| 
 | org.netbeans.modules.diff/1 1.15.22 42 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||