Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.AutoexposeHelper

Packages that use AutoexposeHelper
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.dnd   
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of AutoexposeHelper in org.eclipse.gef
 

Fields in org.eclipse.gef declared as AutoexposeHelper
 AutoexposeHelper AutoexposeHelper.Search.result
           
 

Uses of AutoexposeHelper in org.eclipse.gef.dnd
 

Methods in org.eclipse.gef.dnd with parameters of type AutoexposeHelper
protected  void AbstractTransferDropTargetListener.setAutoexposeHelper(AutoexposeHelper helper)
          Sets the current autoexpose helper.
 

Uses of AutoexposeHelper in org.eclipse.gef.editparts
 

Classes in org.eclipse.gef.editparts that implement AutoexposeHelper
 class ViewportAutoexposeHelper
          An implementation of AutoexposeHelper that performs autoscrolling of a Viewport figure.
 

Uses of AutoexposeHelper in org.eclipse.gef.tools
 

Methods in org.eclipse.gef.tools with parameters of type AutoexposeHelper
protected  void TargetingTool.setAutoexposeHelper(AutoexposeHelper helper)
          Sets the active autoexpose helper to the given helper, or null.
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.