Uses of Class
org.eclipse.gef.editparts.AbstractGraphicalEditPart
-
Packages that use AbstractGraphicalEditPart Package Description org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. -
-
Uses of AbstractGraphicalEditPart in org.eclipse.gef.editparts
Subclasses of AbstractGraphicalEditPart in org.eclipse.gef.editparts Modifier and Type Class Description class
AbstractConnectionEditPart
The base implementation forConnectionEditPart
.class
FreeformGraphicalRootEditPart
A graphical root that usesFreeformFigures
as the layers in the diagram.class
GraphicalRootEditPart
Deprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclass
ScalableFreeformRootEditPart
Adds Zoom support to the standard FreeformGraphicalRootEditPart.class
ScalableRootEditPart
A graphical root composed of regularLayers
.class
SimpleRootEditPart
Default implementation of RootEditPart for GraphicalViewers.
-