Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Suuport for tabbed properties view?
Suuport for tabbed properties view? [message #129063] Tue, 21 April 2009 10:06 Go to next message
Ralf Winter is currently offline Ralf WinterFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

we currently develop an Eclipse RCP application using single-sourcing for
all three target platforms (RCP, PDE and RAP).

This RCP application uses some tabbed properties views to display details
of a selected item within a navigation tree. These properties are must be
devided into tabs because of their complexity.

Apparently, org.eclipse.ui.views.properties.tabbed.* is currently not
supported by RAP/RWT. Is this correct? Copying the appropriate jar from
org.eclipse.ui into the RAP target platform does not solve the problem
because there are much more dependencies.

Is there any workaround?

Thanks in advance!

Ralf Winter
Re: Suuport for tabbed properties view? [message #129139 is a reply to message #129063] Tue, 21 April 2009 11:34 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Ralf,

> we currently develop an Eclipse RCP application using single-sourcing
> for all three target platforms (RCP, PDE and RAP).
>
> This RCP application uses some tabbed properties views to display
> details of a selected item within a navigation tree. These properties
> are must be devided into tabs because of their complexity.
>
> Apparently, org.eclipse.ui.views.properties.tabbed.* is currently not
> supported by RAP/RWT. Is this correct? Copying the appropriate jar from
> org.eclipse.ui into the RAP target platform does not solve the problem
> because there are much more dependencies.

Right, this plug-in is not available in the RAP runtime. Copying the jar
would not help, at least you'd need to change the dependencies to
org.eclipse.rap.ui*. But however, there is a lot of owner-drawing
involved so creating a RAP version of this plug-in is not quite simple.

> Is there any workaround?

I'm afraid you'll have to create your own widgets or try to create a RAP
version of these classes by yourself. Of course, you can also file an
enhancement request for this.

Regards, Ralf
Previous Topic:Deploy NLS Problem
Next Topic:Browser window title and flavicon on RWT level
Goto Forum:
  


Current Time: Fri Apr 26 03:07:14 GMT 2024

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

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

Back to the top