Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Rap10M3 News"

(RAP JFace)
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
| [[RAP|RAP wiki home]] | [http://eclipse.org/rap RAP project home] |
+
===RAP 1.0 M3 - New and Noteworthy===
+
 
+
This document will become the New and Noteworthy page for the next milestone release and meanwhile serves to document the development progress.
+
 
+
All features documented here can be obtained from [http://www.eclipse.org/rap/cvs.php CVS] HEAD.
+
 
+
<!--
+
Here are some of the more noteworthy things available in milestone build M3 (???) which is now available for [http://www.eclipse.org/rap/downloads.php download].
+
-->
+
 
+
==RWT==
+
{|
+
|-valign="top" align="left"
+
|width="20%"|'''Progress Cursor for Long Running Requests'''
+
|width="80%"|[[Image:RapHourGlassCursor.png]]
+
 
+
When a request takes longer than 500 ms to return, the cursor will change to indicate that an operation is in progress. Once the response arrives the cursor is switched back to default.
+
|-valign="top" align="left"
+
|'''ToolItem and MenuItem Enhancements'''
+
|[[Image:RAPToolBarEnabled.png]]
+
[[Image:RAPToolBarDisabled.png]]
+
 
+
As this is a basic prerequisite for disabling workbench actions, ToolItem and MenuItem now implement the <code>setEnabled,</code> <code>getEnabled</code> and <code>isEnabled</code> methods.
+
 
+
In addition, the ToolItem can now show tool tips.
+
|}
+
 
+
==RAP JFace==
+
{|
+
|-valign="top" align="left"
+
|width="20%"|'''ComboViewer'''
+
|width="80%"|The <code>ComboViewer</code> is now implemented (or rather copied from JFace:). It is a concrete viewer based on an RWT <code>[[7_Basic_Controls#Class_Combo|Combo]]</code> control.
+
|}
+
 
+
==RAP Workbench==
+
{|
+
|-valign="top" align="left"
+
|width="20%"|'''Startup Page'''
+
|width="80%"|The screenshot below now is history.
+
[[Image:RapStartupPage.png]]
+
 
+
The startup procedure was cut down from two to one single request.
+
The current implementation provides a template startup page that contains all the necessary things for RAP to work but also allows for customization. The latter is not yet available from 'outside' - but stay tuned.
+
|}
+
 
+
 
+
The above features are just the ones that are new since the previous milestone build.
+

Latest revision as of 07:11, 8 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.