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 "E4/RAP Integration/RWT misses SWT-API"

m
Line 11: Line 11:
 
''Jeff McAffer: This is an excellent opportunity for the PDE API tools to play a role.''
 
''Jeff McAffer: This is an excellent opportunity for the PDE API tools to play a role.''
  
[[Category:E4]]
+
[[Category:E4|RAP Integration RWT]]

Revision as of 11:34, 8 August 2008

RWT misses SWT-API

This is an obious point. If something isn't supported by RWT we comment this functionality out. Sometimes it's as easy as the following example

// control.addPaintListener(new PaintListener() { [...]

but sometimes this results in skipping complete parts of functionality, e.g org.eclipse.jface.viewers.CellEditor and all of its references.

There is one thought to merge RWT into the SWT repository, providing the same API and use tooling to provide information which API is available for certain environments. That's a proposal from Steve (at least if I understood him correctly), since he faces similar problems with SWT-Dojo and -Flex stuff. This would be a huge benefit for developers, but looking at problems like the second example I think this wouldn't help much regarding single sourcing of the platform code.

Jeff McAffer: This is an excellent opportunity for the PDE API tools to play a role.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.