Content deleted Content added
removed the note - see discussion |
mNo edit summary |
||
Line 21:
* 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, EditPoilicies and user defined listeners/controllers.
* GEF Figures (created using Draw2d or other
GEF recommends one-on-one mapping of M-V-C, though it is quite possible to have more than one controller (editPart) for the same model. In such an event there is an additional responsibility of keeping controllers and model in sync.
|