Package | Description |
---|---|
org.eclipse.gef.editparts |
This package contains abstract implementation of the EditPart interface.
|
org.eclipse.gef.ui.parts |
Modifier and Type | Class and Description |
---|---|
class |
FreeformGraphicalRootEditPart
A graphical root that uses
FreeformFigures as the layers in the diagram. |
class |
GraphicalRootEditPart
Deprecated.
this class will be deleted, use ScrollingGraphicalViewer with
ScalableRootEditPart instead
|
class |
ScalableFreeformRootEditPart
Adds Zoom support to the standard FreeformGraphicalRootEditPart.
|
class |
ScalableRootEditPart
A graphical root composed of regular
Layers . |
Modifier and Type | Method and Description |
---|---|
static LayerManager |
LayerManager.Helper.find(EditPart part)
Finds the LayerManager given any EditPart in the Viewer.
|
Modifier and Type | Method and Description |
---|---|
protected LayerManager |
GraphicalViewerImpl.getLayerManager()
Convenience method for finding the layer manager.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.