Uses of Interface
org.eclipse.gef.AutoexposeHelper
Packages that use AutoexposeHelper
Package
Description
All interfaces, base types, and the plugin class are here.
This package contains abstract implementation of the EditPart interface.
This package provides several tool implementations.
- 
Uses of AutoexposeHelper in org.eclipse.gefFields in org.eclipse.gef declared as AutoexposeHelper
- 
Uses of AutoexposeHelper in org.eclipse.gef.dndMethods in org.eclipse.gef.dnd with parameters of type AutoexposeHelperModifier and TypeMethodDescriptionprotected voidAbstractTransferDropTargetListener.setAutoexposeHelper(AutoexposeHelper helper) Sets the current autoexpose helper.
- 
Uses of AutoexposeHelper in org.eclipse.gef.editpartsClasses in org.eclipse.gef.editparts that implement AutoexposeHelperModifier and TypeClassDescriptionclassAn implementation ofAutoexposeHelperthat performs autoscrolling of aViewportfigure.
- 
Uses of AutoexposeHelper in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return AutoexposeHelperModifier and TypeMethodDescriptionprotected AutoexposeHelperTargetingTool.getAutoexposeHelper()Returnsnullor the current autoexpose helper.Methods in org.eclipse.gef.tools with parameters of type AutoexposeHelperModifier and TypeMethodDescriptionprotected voidDragEditPartsTracker.setAutoexposeHelper(AutoexposeHelper helper) protected voidTargetingTool.setAutoexposeHelper(AutoexposeHelper helper) Sets the active autoexpose helper to the given helper, ornull.