Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » CellEditor in Properties view
CellEditor in Properties view [message #104685] Thu, 11 September 2008 18:56 Go to next message
Eclipse UserFriend
Originally posted by: felix.mayer.erdas.com

I found that the classes org.eclipse.jface.viewers.CellEditor and
org.eclipse.jface.viewers.DialogCellEditor as well as the method
PropertyDescriptor.createPropertyEditor() do not exist in RAP. This limits
the customization options for the Properties view very much since I cannot
pop up any dialogs. It there a workaround in RAP for this?
Re: CellEditor in Properties view [message #104738 is a reply to message #104685] Fri, 12 September 2008 07:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Felix,

JFace Cell Editors are planned. They will probably be available in
1.2 M3.
Check back on the plan [1] for updates.

Cheers,
Rüdiger

[1]
http://www.eclipse.org/projects/project-plan.php?projectid=t echnology.rap

Felix LJ Mayer wrote:
> I found that the classes org.eclipse.jface.viewers.CellEditor and
> org.eclipse.jface.viewers.DialogCellEditor as well as the method
> PropertyDescriptor.createPropertyEditor() do not exist in RAP. This limits
> the customization options for the Properties view very much since I cannot
> pop up any dialogs. It there a workaround in RAP for this?
>
>
Re: CellEditor in Properties view [message #104784 is a reply to message #104738] Fri, 12 September 2008 11:30 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Sorry to hijack this thread but in the light of this plan.

I read there that you want to close the gap between RWT and SWT, do you
also plan to close the gap to e.g. JFace-Databinding where some of the
methods available like SWTObserval#observeDelayed are not available in
RAP? I noticed this when i tried to RAPify my EMF/Teneo/CDO-Databinding
application [1].

Would it e.g. help RAP if those bundles are switched to import-package
instead of require-bundle?

Another related question is how to best setup a project so that it runs
on both platforms. I tried using import-package but failed and now
switched to Require-Bundle but marked the rap/rcp ones as none mandatory.

Tom

[1] http://tom-eclipse-dev.blogspot.com/2008/09/exploring-new-te chnologies-part-of.html

Rüdiger Herrmann schrieb:
> Felix,
>
> JFace Cell Editors are planned. They will probably be available in 1.2 M3.
> Check back on the plan [1] for updates.
>
> Cheers,
> Rüdiger
>
> [1]
> http://www.eclipse.org/projects/project-plan.php?projectid=t echnology.rap
>
> Felix LJ Mayer wrote:
>> I found that the classes org.eclipse.jface.viewers.CellEditor and
>> org.eclipse.jface.viewers.DialogCellEditor as well as the method
>> PropertyDescriptor.createPropertyEditor() do not exist in RAP. This
>> limits the customization options for the Properties view very much
>> since I cannot pop up any dialogs. It there a workaround in RAP for this?
>>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: CellEditor in Properties view [message #104863 is a reply to message #104784] Mon, 15 September 2008 07:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Tom,

please see my comments below.

Cheers,
Rüdiger

Tom Schindl wrote:
> Hi,
>
> Sorry to hijack this thread but in the light of this plan.
>
> I read there that you want to close the gap between RWT and SWT, do you
> also plan to close the gap to e.g. JFace-Databinding where some of the
> methods available like SWTObserval#observeDelayed are not available in
> RAP? I noticed this when i tried to RAPify my EMF/Teneo/CDO-Databinding
> application [1].
We aim to *reduce* the gap between RWT and RWT. Closing it is an
unrealistic goal for 1.2.
The SWTObservables#observeDelayedValue() relies on
Display#timerExec() which is yet missing from RWT. Once timerExec()
is in place it should be an easy task to enable its use in
JFace-Databinding. Implementing timerExec() is currently not on our
plan. Feel free to file an enhancement request and we will try to
squeeze it in if time permits.

>
> Would it e.g. help RAP if those bundles are switched to import-package
> instead of require-bundle?
>
> Another related question is how to best setup a project so that it runs
> on both platforms. I tried using import-package but failed and now
> switched to Require-Bundle but marked the rap/rcp ones as none mandatory.
Frank is currently working compiling material about RCP/RAP
single-sourcing. We will publish its availability on the common
channels.

>
> Tom
>
> [1] http://tom-eclipse-dev.blogspot.com/2008/09/exploring-new-te chnologies-part-of.html
>
> Rüdiger Herrmann schrieb:
>> Felix,
>>
>> JFace Cell Editors are planned. They will probably be available in 1.2 M3.
>> Check back on the plan [1] for updates.
>>
>> Cheers,
>> Rüdiger
>>
>> [1]
>> http://www.eclipse.org/projects/project-plan.php?projectid=t echnology.rap
>>
>> Felix LJ Mayer wrote:
>>> I found that the classes org.eclipse.jface.viewers.CellEditor and
>>> org.eclipse.jface.viewers.DialogCellEditor as well as the method
>>> PropertyDescriptor.createPropertyEditor() do not exist in RAP. This
>>> limits the customization options for the Properties view very much
>>> since I cannot pop up any dialogs. It there a workaround in RAP for this?
>>>
>
>
Re: CellEditor in Properties view [message #104900 is a reply to message #104863] Mon, 15 September 2008 11:56 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Rüdiger Herrmann schrieb:
> Tom,
>
> please see my comments below.
>
> Cheers,
> Rüdiger
>
> Tom Schindl wrote:
>> Hi,
>>
>> Sorry to hijack this thread but in the light of this plan.
>>
>> I read there that you want to close the gap between RWT and SWT, do you
>> also plan to close the gap to e.g. JFace-Databinding where some of the
>> methods available like SWTObserval#observeDelayed are not available in
>> RAP? I noticed this when i tried to RAPify my EMF/Teneo/CDO-Databinding
>> application [1].
> We aim to *reduce* the gap between RWT and RWT. Closing it is an
> unrealistic goal for 1.2.
> The SWTObservables#observeDelayedValue() relies on Display#timerExec()
> which is yet missing from RWT. Once timerExec() is in place it should be
> an easy task to enable its use in JFace-Databinding. Implementing
> timerExec() is currently not on our plan. Feel free to file an
> enhancement request and we will try to squeeze it in if time permits.
>

Done https://bugs.eclipse.org/bugs/show_bug.cgi?id=247278

>>
>> Would it e.g. help RAP if those bundles are switched to import-package
>> instead of require-bundle?
>>
>> Another related question is how to best setup a project so that it runs
>> on both platforms. I tried using import-package but failed and now
>> switched to Require-Bundle but marked the rap/rcp ones as none mandatory.
> Frank is currently working compiling material about RCP/RAP
> single-sourcing. We will publish its availability on the common channels.
>

Great.

Tom

--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Previous Topic:Extension point documentation
Next Topic:DateTime Widget
Goto Forum:
  


Current Time: Thu Apr 25 07:41:36 GMT 2024

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

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

Back to the top