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 classAbstractConnectionEditPartThe base implementation forConnectionEditPart.classAbstractGraphicalEditPartDefault implementation forGraphicalEditPart.classAbstractTreeEditPartDefault implementation forTreeEditParts used in GEFTreeViewers.classFreeformGraphicalRootEditPartA graphical root that usesFreeformFiguresas the layers in the diagram.classGraphicalRootEditPartDeprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclassRootTreeEditPartThe root editpart for aTreeViewer.classScalableFreeformRootEditPartAdds Zoom support to the standard FreeformGraphicalRootEditPart.classScalableRootEditPartA graphical root composed of regularLayers.classSimpleRootEditPartDefault implementation of RootEditPart for GraphicalViewers.
-