This package and its subpackages contain the {@link org.eclipse.gef.EditPart EditParts} used as controllers for the activity editor.

The {@link org.eclipse.gef.EditPart EditParts} follow the hierarchy of the metamodel. Each package in the {@link org.eclipse.jwt.we.model model package} has a corresponding subpackage. It contains the {@link org.eclipse.gef.EditPart EditParts} and their {@link org.eclipse.gef.EditPolicy EditPolicies} in the policies subpackage.

The EditParts are created by the {@link org.eclipse.jwt.we.parts.EditPartFactory}. It delegates to an {@link org.eclipse.jwt.we.parts.EditPartAdapterFactory}.

All EditParts are adapters of theis corresponding {@link org.eclipse.jwt.we.model model} elements. Therefore they have a 1-to-1 relationship to an {@link org.eclipse.jwt.we.parts.EditPartAdapter}. See the documentation of {@link org.eclipse.jwt.we.parts.EditPartAdapter} for the reason of the separation.


(c) 2005-2012 Eclipse Java Workflow Tooling (JWT) Project <www.eclipse.org/jwt>