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

Uses of Interface org.netbeans.api.diff.DiffView (NetBeans Diff API) - NetBeans API Javadoc 5.5.1

org.netbeans.modules.diff/1 1.15.31 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.31 42

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