站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

Uses of Class org.netbeans.api.diff.Difference (NetBeans Diff API) - NetBeans API Javadoc 5.5.1

org.netbeans.modules.diff/1 1.15.31 42

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

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

Uses of Difference in org.netbeans.api.diff
 

Methods in org.netbeans.api.diff with parameters of type Difference
abstract  Writer StreamSource.createWriter(Difference[] conflicts)
          Create a writer, that writes to the source.
 

Uses of Difference in org.netbeans.spi.diff
 

Methods in org.netbeans.spi.diff that return Difference
abstract  Difference[] DiffProvider.computeDiff(Reader r1, Reader r2)
          Create the differences of the content two streams.
 

Methods in org.netbeans.spi.diff with parameters of type Difference
 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.
abstract  Component DiffVisualizer.createView(Difference[] diffs, String name1, String title1, Reader r1, String name2, String title2, Reader r2, String MIMEType)
          Show the visual representation of the diff between two sources.
 


org.netbeans.modules.diff/1 1.15.31 42

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.