Uses of Class
org.eclipse.gef.editparts.AbstractEditPart
-
Packages that use AbstractEditPart Package Description org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. -
-
Uses of AbstractEditPart in org.eclipse.gef.editparts
Subclasses of AbstractEditPart in org.eclipse.gef.editparts Modifier and Type Class Description class
AbstractConnectionEditPart
The base implementation forConnectionEditPart
.class
AbstractGraphicalEditPart
Default implementation forGraphicalEditPart
.class
AbstractTreeEditPart
Default implementation forTreeEditPart
s used in GEFTreeViewer
s.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
RootTreeEditPart
The root editpart for aTreeViewer
.class
ScalableFreeformRootEditPart
Adds Zoom support to the standard FreeformGraphicalRootEditPart.class
ScalableRootEditPart
A graphical root composed of regularLayers
.class
SimpleRootEditPart
Default implementation of RootEditPart for GraphicalViewers.
-