Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF and Draw2d Plug-in Developer Guide
Previous Page Home Next Page

Graphical Editing Framework Programmer's Guide

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.

This guide provides an architectural overview of the Graphical Editing Framework.  The reader should have working knowledge of the Eclipse platform.

The GEF component is separated into two plug-ins:

  • Draw2d (org.eclipse.draw2d) - the lightweight toolkit for painting and layout on an SWT Canvas

  • GEF (org.eclipse.gef) - an interactive MVC framework built on top of Draw2d

Notice that "GEF" can refer to the entire component (2 plug-ins), or just to the plug-in org.eclipse.gef.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire