RAP 1.2 M6 - New and Noteworthy
Here are some of the more noteworthy things that are available in this milestone build which is now available for download.
This list shows all bugs that were fixed during this milestone.
RWT
| New API added |
For this milestone, we concentrated on implementing SWT API that was
still missing in RAP.
This will make it easier for the community to reuse existing code or
to utilize new features.
Here is a list of API methods added in this milestone:
| |
| CCombo widget |
Now there is a CCombo widget that works much the same as in SWT.
|
Forms
| FormText |
The org.eclipse.ui.forms.widgets.FormText has been
implemented in RAP. FormText is a read-only text control that is
capable of rendering wrapped text. Text can be rendered as-is or
by parsing the formatting XML tags like <p>,
<li>, <a>, <img>,
<control> and <span>.
You can use the FormToolkit to create an instance:
FormText formText = toolkit.createFormText( form.getBody(), true );
For further details please also see this bug |
Workbench
| Intro support |
The org.eclipse.ui.intro extension point
provides a generic mechanism that can be used to create your own
intro support for your application. The main purpose of this extension
is to define the class that implements IIntroPart and to
specify the binding between a branding and an intro part.
As RAP does not support products as known from RCP you can use the
org.eclipse.rap.ui.branding extension point to bind your
intro to a specific branding.
For example, the following contribution defines a hypothetical intro
part to be shown by the workbench on startup:
When starting the application for the first time the intro will appear
in fullscreen covering the rest of the workbench window:
| |
| Databinding |
During the M6 milestone, the databinding core plug-ins were restructured.
Like its RCP counterpart, the RAP workbench has a dependency
to core databinding and thus is affected from these changes.
Effectively, two more bundles, |
The above features are just the ones that are new since the last milestone build. Summaries for earlier builds:
- New for RAP 1.2 M5 (February 16, 2009)
- New for RAP 1.2 M4 (January 12, 2009)
- New for RAP 1.2 M3 (November 19, 2008)
- New for RAP 1.2 M2 (October 8, 2008)




