Content deleted Content added
No edit summary |
fixing header errors, added uncategorised tag |
||
Line 1:
''Just a quick writeup, please review''
'''Graphical Editing Framework''' is a framework that was developed for the [[eclipse]] platform. It is known as a framework with a very steep learning curve, but it offers some benefits.
GEF consists of the following components
Line 7:
* Requests/Commands have to be used to edit the model
* ''Palette'' of Tools that are offered to the user
== Benefits ==
Line 21 ⟶ 20:
View: For each element within the model, including connections, a View has to be implemented, using [[draw2d]]. In order to implement the view, an implementation of IFigure of the [[draw2d]] library has to be used.
==External
* [http://www-128.ibm.com/developerworks/opensource/library/os-gef/ Create an eclipse-based application using the Graphical Editing Framework]
{{Uncategorized|September 2006}}
|