Package | Description |
---|---|
org.eclipse.gef.editparts |
This package contains abstract implementation of the EditPart interface.
|
org.eclipse.gef.ui.actions |
This package support for using JFace Actions in your EditorPart.
|
Modifier and Type | Method and Description |
---|---|
protected ZoomManager |
ScalableRootEditPart.createZoomManager(ScalableFigure scalableFigure,
Viewport viewport)
Responsible of creating a
ZoomManager to be used by this
ScalableRootEditPart . |
protected ZoomManager |
ScalableFreeformRootEditPart.createZoomManager(ScalableFigure scalableFigure,
Viewport viewport)
Responsible of creating a
ZoomManager to be used by this
ScalableRootEditPart . |
ZoomManager |
ScalableRootEditPart.getZoomManager()
Returns the zoomManager.
|
ZoomManager |
ScalableFreeformRootEditPart.getZoomManager()
Returns the zoomManager.
|
Modifier and Type | Method and Description |
---|---|
ZoomManager |
ZoomComboContributionItem.getZoomManager()
Returns the zoomManager.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoomComboContributionItem.setZoomManager(ZoomManager zm)
Sets the ZoomManager
|
Constructor and Description |
---|
ZoomInAction(ZoomManager zoomManager)
Constructor for ZoomInAction.
|
ZoomOutAction(ZoomManager zoomManager)
Constructor for ZoomOutAction.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.