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

Uses of Class org.netbeans.api.diff.DiffController.DiffPane (Diff) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.diff/1 1.18.0 42

Uses of Class
org.netbeans.api.diff.DiffController.DiffPane

Packages that use DiffController.DiffPane
org.netbeans.api.diff   
org.netbeans.spi.diff   
 

Uses of DiffController.DiffPane in org.netbeans.api.diff
 

Methods in org.netbeans.api.diff that return DiffController.DiffPane
static DiffController.DiffPane DiffController.DiffPane.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffController.DiffPane[] DiffController.DiffPane.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.netbeans.api.diff with parameters of type DiffController.DiffPane
 void DiffController.setLocation(DiffController.DiffPane pane, DiffController.LocationType type, int location)
          Ensure the requested location in the Diff view is visible on screen.
 

Uses of DiffController.DiffPane in org.netbeans.spi.diff
 

Methods in org.netbeans.spi.diff with parameters of type DiffController.DiffPane
 void DiffControllerImpl.setLocation(DiffController.DiffPane pane, DiffController.LocationType type, int location)
          Ensure the requested location in the Diff view is visible on screen.
 


org.netbeans.modules.diff/1 1.18.0 42

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.