Suuport for tabbed properties view? [message #129063] |
Tue, 21 April 2009 06:06  |
Eclipse User |
|
|
|
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 07:34  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04014 seconds