Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » why swt classes in the RAP demo examples?
why swt classes in the RAP demo examples? [message #117079] Tue, 23 December 2008 16:58 Go to next message
Tom H is currently offline Tom HFriend
Messages: 139
Registered: July 2009
Senior Member
Hi,

One thing that I am not entirely clear on, is that as RAP is a
reimplementation of jfaces, SWT and the workbench, (Eclipse Rich Framework
Platform, Apress, page 35), why some of the classes are named for swt and
some for rwt when imported into a RAP project?

Tom
Re: why swt classes in the RAP demo examples? [message #117092 is a reply to message #117079] Tue, 23 December 2008 17:21 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Tom,

all public API that has an exact counterpart in SWT shares also its
name, for example org.eclipse.swt.widgets.Button.
Some API serves purposes that are specific to RAP and do not exist
in SWT and thus live in their own namespace. An example hereof is
org.eclipse.rwt.SessionSingletomBase.

HTH
Rüdiger

There are classes that RAP specific

Tom H wrote:
> Hi,
>
> One thing that I am not entirely clear on, is that as RAP is a
> reimplementation of jfaces, SWT and the workbench, (Eclipse Rich
> Framework Platform, Apress, page 35), why some of the classes are named
> for swt and some for rwt when imported into a RAP project?
>
> Tom
>
Previous Topic:updating table from server push in RAP
Next Topic:setBackground(index, Color) setting all subsequent columns as well
Goto Forum:
  


Current Time: Fri Apr 26 11:34:31 GMT 2024

Powered by FUDForum. Page generated in 0.04908 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top