| Free tutorials for Java, Eclipse and Web programming |
Version 0.2
Copyright © 03.05.2009 Lars Vogel
25.06.2009
| Revision History | ||
|---|---|---|
| Revision 0.1 | 03.05.2009 | Lars Vogel |
| Separated from http://www.vogella.de/articles/RichClientPlatform/article.html | ||
| Revision 0.2 | 25.06.2009 | Lars Vogel |
| Extended description. | ||
Table of Contents
Eclipse supports a web-like user interface style, called Eclipse Forms. Eclipse Forms is an plugin based on SWT and JFace that provides the support for creating portable web-style user interfaces across all Eclipse UI categories.
The Eclipse forms functionality is contained in the plugin "org.eclipse.ui.forms".
The class FormToolkit serves as a factory for the creation of the required user interface elements. This factory adjust the look and and feel of the standard SWT and JFace elements to the Forms API.