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.gef
Fields in org.eclipse.gef declared as AutoexposeHelper -
Uses of AutoexposeHelper in org.eclipse.gef.dnd
Methods in org.eclipse.gef.dnd with parameters of type AutoexposeHelperModifier and TypeMethodDescriptionprotected 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 AutoexposeHelperModifier and TypeClassDescriptionclass
An implementation ofAutoexposeHelper
that performs autoscrolling of aViewport
figure. -
Uses of AutoexposeHelper in org.eclipse.gef.tools
Methods in org.eclipse.gef.tools that return AutoexposeHelperModifier and TypeMethodDescriptionprotected AutoexposeHelper
TargetingTool.getAutoexposeHelper()
Returnsnull
or the current autoexpose helper.Methods in org.eclipse.gef.tools with parameters of type AutoexposeHelperModifier and TypeMethodDescriptionprotected void
DragEditPartsTracker.setAutoexposeHelper
(AutoexposeHelper helper) protected void
TargetingTool.setAutoexposeHelper
(AutoexposeHelper helper) Sets the active autoexpose helper to the given helper, ornull
.