Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
AutoexposeHelper |
AutoexposeHelper.Search.result |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTransferDropTargetListener.setAutoexposeHelper(AutoexposeHelper helper)
Sets the current autoexpose helper.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewportAutoexposeHelper
An implementation of
AutoexposeHelper that performs
autoscrolling of a Viewport figure. |
Modifier and Type | Method and Description |
---|---|
protected AutoexposeHelper |
TargetingTool.getAutoexposeHelper()
Returns
null or the current autoexpose helper. |
Modifier and Type | Method and Description |
---|---|
protected void |
DragEditPartsTracker.setAutoexposeHelper(AutoexposeHelper helper) |
protected void |
TargetingTool.setAutoexposeHelper(AutoexposeHelper helper)
Sets the active autoexpose helper to the given helper, or
null . |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.