| Eclipse is an open platform for tool integration built by an open community of tool providers. The course covers advanced concepts in developing Eclipse plug-in using GEF.
The Graphical Editing Framework (GEF) provides a foundation for building rich, interactive user interfaces, which are not easily built using native widgets found in the base Eclipse platform. GEF is based on MVC architecture. Every GEF-based application uses a model to represent the state of the diagrams being created and edited. |