Graphical Editing Framework: Difference between revisions

Content deleted Content added
cleanup intro
+context paragraph
Line 5:
* A Draw2d subsystem that provides most of the default behaviours
 
Developers would use it to develop graphical editors that manipulate elements of their [[___domain model]] in ways that would be tedious to perform using scripts or form editors. In allowing the users to interact with, reposition, and reconnect the different onscreen elements, the GEF manipulates the underlying model immediately and provides them with a visual interpretation that better matches their understanding of the model.
== Benefits ==
* Having a Graphical Representation and being able to edit it
* Predefined Tools for Selection, Connection Creation and others
 
== MVC Concept ==