Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RAP/Custom Widgets"

< RAP
(New page: - Overview - Link to Developers guide 1.5 - Link to Developers guide 1.4 + notes)
 
Line 1: Line 1:
- Overview
+
There are several ways to create custom widgets for RAP. This article is not a guide on how to create them, but only links to the relevant resources and adds covers some current issues.<br>
- Link to Developers guide 1.5
+
 
- Link to Developers guide 1.4 + notes
+
== SWT-Style custom widgets ==<br>
 +
 
 +
Those are custom widgets like they are created in SWT. There are two types: Compound widgets and Self-drawing widgets.
 +
 
 +
*[http://www.eclipse.org/articles/Article-Writing%20Your%20Own%20Widget/Writing%20Your%20Own%20Widget.htm Creating Your Own Widgets using SWT]<br>
 +
This guide by the creators of SWT pre-dates RAP, but is still valid for current SWT/RAP versions. The chapters about native-code can be ignored.
 +
 
 +
*[http://eclipse.org/rap/developers-guide/devguide.php?topic=html/advanced/custom-widget.html#compound The RAP Developers Guide on Compund and Self-drawing widgets]<br>
 +
The current RAP developers guide covers some RAP-specific aspects of such custom-widgets.
 +
 
 +
==== Knwon Issues in RAP 1.5 ====
 +
*

Revision as of 05:37, 23 May 2012

There are several ways to create custom widgets for RAP. This article is not a guide on how to create them, but only links to the relevant resources and adds covers some current issues.

== SWT-Style custom widgets ==

Those are custom widgets like they are created in SWT. There are two types: Compound widgets and Self-drawing widgets.

This guide by the creators of SWT pre-dates RAP, but is still valid for current SWT/RAP versions. The chapters about native-code can be ignored.

The current RAP developers guide covers some RAP-specific aspects of such custom-widgets.

Knwon Issues in RAP 1.5

Back to the top