Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [Databinding] EL support in JFace Databinding?
[Databinding] EL support in JFace Databinding? [message #333365] Fri, 05 December 2008 17:36 Go to next message
Jacek Furmankiewicz is currently offline Jacek FurmankiewiczFriend
Messages: 13
Registered: July 2009
Junior Member
Coming from the Swing BeansBinding, I am used to being able to use EL
expression when doing binding, e.g.
"myProperty.itsProperty.anotherNestedChildProperty".

I cannot find the equivalent way of doing it in JFace databinding...it
seems you have to create the observables on the "final" object in this
hierarchy...there's no way to specify a nested hierarchy via an EL
expression.

I offer this functionality in my Java SwingBuilder library:
http://code.google.com/p/javabuilders/wiki/JavaBuilderDataBi nding

and would like to offer the same level of functionality in the Java
SWTBuilder I am currently working on.

Thanks
Re: [Databinding] EL support in JFace Databinding? [message #333366 is a reply to message #333365] Fri, 05 December 2008 18:48 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

You should check out the work in this enhancement request:
https://bugs.eclipse.org/195222


On 12/5/2008 12:36 PM, Jacek Furmankiewicz wrote:
> Coming from the Swing BeansBinding, I am used to being able to use EL
> expression when doing binding, e.g.
> "myProperty.itsProperty.anotherNestedChildProperty".
>
> I cannot find the equivalent way of doing it in JFace databinding...it
> seems you have to create the observables on the "final" object in this
> hierarchy...there's no way to specify a nested hierarchy via an EL
> expression.
>
> I offer this functionality in my Java SwingBuilder library:
> http://code.google.com/p/javabuilders/wiki/JavaBuilderDataBi nding
>
> and would like to offer the same level of functionality in the Java
> SWTBuilder I am currently working on.
>
> Thanks
>
Previous Topic:Multiple versions of library wrapper plugins
Next Topic:Loading my plugin when JDT loads
Goto Forum:
  


Current Time: Fri Aug 23 05:50:21 GMT 2024

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

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

Back to the top