Provides {@link org.eclipse.gef.EditPart EditParts} for
{@link org.eclipse.jwt.we.model.core core} elements.
See also the {@link org.eclipse.jwt.we.parts parts package}.
The {@link org.eclipse.jwt.we.parts.core.GraphicalModelElementEditPart}
is the EditPart for a {@link org.eclipse.jwt.we.model.core.ModelElement}
and provides are basic implementation for a
{@link org.eclipse.gef.GraphicalEditPart}. The
{@link org.eclipse.jwt.we.parts.core.NodeModelElementEditPart} extends
this implementation for model elements that also represent a
{@link org.eclipse.gef.NodeEditPart node element}.
The {@link org.eclipse.jwt.we.parts.core.EdgeModelElementEditPart} is
a basic implementation for all EditParts that represent
{@link org.eclipse.gef.editparts.ConnectionEditPart connections}.
(c) 2005-2011 Eclipse Java Workflow Tooling (JWT) Project <www.eclipse.org/jwt>