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"

(RWT)
(RWT)
Line 23: Line 23:
 
[[Image:RAPToolBarDisabled.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.  
+
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.
 
|}
 
|}
  

Revision as of 08:47, 24 March 2007

| RAP wiki home | 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 CVS HEAD.


RWT

Progress Cursor for Long Running Requests 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.

ToolItem and MenuItem Enhancements RAPToolBarEnabled.png

RAPToolBarDisabled.png

As this is a basic prerequisite for disabling workbench actions, ToolItem and MenuItem now implement the setEnabled, getEnabled and isEnabled methods.

In addition, the ToolItem can now show tool tips.

RAP JFace

- no news yet -

RAP Workbench

Startup Page The screenshot below now is history.

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.

Back to the top