| Package | Description |
|---|---|
| org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
| org.eclipse.gef.editparts |
This package contains abstract implementation of the EditPart interface.
|
| org.eclipse.gef.ui.parts |
| Modifier and Type | Method and Description |
|---|---|
RootEditPart |
EditPart.getRoot()
Returns the
RootEditPart. |
RootEditPart |
EditPartViewer.getRootEditPart()
Returns the
RootEditPart. |
| Modifier and Type | Method and Description |
|---|---|
void |
EditPartViewer.setRootEditPart(RootEditPart root)
Sets the root of this viewer.
|
| 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 |
RootTreeEditPart
The root editpart for a
TreeViewer. |
class |
ScalableFreeformRootEditPart
Adds Zoom support to the standard FreeformGraphicalRootEditPart.
|
class |
ScalableRootEditPart
A graphical root composed of regular
Layers. |
class |
SimpleRootEditPart
Default implementation of RootEditPart for GraphicalViewers.
|
| Modifier and Type | Method and Description |
|---|---|
RootEditPart |
GraphicalRootEditPart.getRoot()
Deprecated.
Returns
this. |
RootEditPart |
AbstractEditPart.getRoot() |
RootEditPart |
SimpleRootEditPart.getRoot() |
RootEditPart |
RootTreeEditPart.getRoot()
Returns
this. |
| Modifier and Type | Method and Description |
|---|---|
RootEditPart |
AbstractEditPartViewer.getRootEditPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicalViewerImpl.setRootEditPart(RootEditPart editpart) |
void |
AbstractEditPartViewer.setRootEditPart(RootEditPart editpart) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.