org.netbeans.modules.diff/1 1.33.1 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 are 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.33.1 42

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.