Graphical Editing Framework: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
Date/fix the maintenance tags or gen fixes
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 Contorller of MVC, other controllers normally are: Graphical Editor in which model is shown, EditPoiliciesEditPolicies and user defined listeners/controllers.
* GEF Figures (created using Draw2d or other renderers) map to View aspect of MVC.