| 
 | org.netbeans.modules.diff/1 1.15.22 42 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamSource | |
|---|---|
| org.netbeans.api.diff | |
| org.netbeans.spi.diff | |
| Uses of StreamSource in org.netbeans.api.diff | 
|---|
| Methods in org.netbeans.api.diff that return StreamSource | |
|---|---|
| static StreamSource | StreamSource.createSource(String name,
             String title,
             String MIMEType,
             File file)Create the default implementation of StreamSource, that has
 just reader and writer from/to a file. | 
| static StreamSource | StreamSource.createSource(String name,
             String title,
             String MIMEType,
             Reader r)Create the default implementation of StreamSource, that has
 just reader and no writer. | 
| Methods in org.netbeans.api.diff with parameters of type StreamSource | |
|---|---|
|  DiffView | Diff.createDiff(StreamSource s1,
           StreamSource s2)Creates single-window diff component that does not include any navigation controls and is controlled programatically via the returned DiffView interface. | 
| Uses of StreamSource in org.netbeans.spi.diff | 
|---|
| Methods in org.netbeans.spi.diff with parameters of type StreamSource | |
|---|---|
|  DiffView | DiffVisualizer.createDiff(Difference[] diffs,
           StreamSource s1,
           StreamSource s2)Creates single-window diff component that does not include any navigation controls and is controlled programatically via the returned DiffView interface. | 
| abstract  Component | MergeVisualizer.createView(Difference[] diffs,
           StreamSource source1,
           StreamSource source2,
           StreamSource result)Show the visual representation of the merging process of two sources. | 
| 
 | org.netbeans.modules.diff/1 1.15.22 42 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||