Graphical Editing Framework: Difference between revisions

Content deleted Content added
Line 21:
=== Mapping of GEF aspects to MVC ===
* GEF Model maps to Model of MVC, definition of model is left to user. This is the semantic model.
* GEF EditParts map to ContorllerController of MVC, other controllers normally are: Graphical Editor in which model is shown, EditPolicies and user defined listeners/controllers.
* GEF Figures (created using Draw2d or other renderers) map to View aspect of MVC.