org.netbeans.modules.diff/1 1.15.22 42

Uses of Interface
org.netbeans.api.diff.DiffView

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

Uses of DiffView in org.netbeans.api.diff
 

Methods in org.netbeans.api.diff that return DiffView
 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 DiffView in org.netbeans.spi.diff
 

Methods in org.netbeans.spi.diff that return DiffView
 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.
 


org.netbeans.modules.diff/1 1.15.22 42

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