Class AbstractGraphicalEditPart

java.lang.Object
org.eclipse.gef.editparts.AbstractEditPart
org.eclipse.gef.editparts.AbstractGraphicalEditPart
All Implemented Interfaces:
IAdaptable, EditPart, GraphicalEditPart, RequestConstants
Direct Known Subclasses:
AbstractConnectionEditPart, GraphicalRootEditPart, SimpleRootEditPart

public abstract class AbstractGraphicalEditPart extends AbstractEditPart implements GraphicalEditPart
Default implementation for GraphicalEditPart.

This is an implementation class, and the documentation here is targeted at subclassing this class. Callers of public API should refer to the interface's documentation.