Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo?
at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1155340] Fri, 25 October 2013 17:27 Go to next message
Eclipse UserFriend
Hi,

I want to use emf databinding in a pure javafx + emf application. What's the best way to
use at.bestsolution.efxclipse.runtime.emf.databinding.edit? Can I get it from a maven repo?

Cheers
Markus
Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1156039 is a reply to message #1155340] Sat, 26 October 2013 04:48 Go to previous messageGo to next message
Eclipse UserFriend
Not yet - can you fill a bug so that I can make our build process deploy
it to the eclipse-maven repo? You could also mirror p2 repos using nexus
IIRC.

Tom

On 25.10.13 23:27, Markus Oley wrote:
> Hi,
> I want to use emf databinding in a pure javafx + emf application. What's
> the best way to use
> at.bestsolution.efxclipse.runtime.emf.databinding.edit? Can I get it
> from a maven repo?
> Cheers
> Markus
Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1158964 is a reply to message #1156039] Mon, 28 October 2013 03:51 Go to previous messageGo to next message
Eclipse UserFriend
BTW you should switch the org.eclipse.fx version!

Tom

On 26.10.13 10:48, Tom Schindl wrote:
> Not yet - can you fill a bug so that I can make our build process deploy
> it to the eclipse-maven repo? You could also mirror p2 repos using nexus
> IIRC.
>
> Tom
>
> On 25.10.13 23:27, Markus Oley wrote:
>> Hi,
>> I want to use emf databinding in a pure javafx + emf application. What's
>> the best way to use
>> at.bestsolution.efxclipse.runtime.emf.databinding.edit? Can I get it
>> from a maven repo?
>> Cheers
>> Markus
>
Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1166309 is a reply to message #1158964] Fri, 01 November 2013 18:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi Tom,

sorry, didn't understand - what version should I switch?
Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1167040 is a reply to message #1166309] Sat, 02 November 2013 06:56 Go to previous messageGo to next message
Eclipse UserFriend
We have moved all our codebase to Eclipse.org and there the bundle named
changed org.eclipse.fx.

You can find the git repo at
http://git.eclipse.org/c/efxclipse/org.eclipse.efxclipse.git/

Tom

On 01.11.13 23:58, Markus Oley wrote:
> Hi Tom,
> sorry, didn't understand - what version should I switch?
Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1167065 is a reply to message #1167040] Sat, 02 November 2013 07:18 Go to previous messageGo to next message
Eclipse UserFriend
Ah ok, thanks for the tip,

I'll do,

Cheers
Markus
Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1692955 is a reply to message #1167065] Mon, 20 April 2015 16:29 Go to previous messageGo to next message
Eclipse UserFriend
I found the whole javafx <-> emf data binding solution very nice, but how DO you actually use fx.ui.databinding with emf models?

There are only the (outdated) examples from the blog and the javadoc is not very enlightening.

[Updated on: Mon, 20 April 2015 16:29] by Moderator

Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1693111 is a reply to message #1692955] Tue, 21 April 2015 15:39 Go to previous message
Eclipse UserFriend
You bind the stuff like you do it with SWT & EMF-Databinding.

EMFDatabindingContext ctx = ...
TextField f = ...
EObject eo;

ctx.bind(
JFXUIProperties.text().observe(f),
EMFProperties.value(....).observe(eo)
)

Or are you interested in the ListUtil, TableUtil & TreeUtil classes?

Tom

On 20.04.15 22:29, ihave question wrote:
> I found the whole javafx <-> emf data binding solution very nice, but
> how DO you actually use fx.ui.databinding with emf models?
> There are only the (outdated) examples from the blog and the javadoc not
> very enlightening.
>
>
Previous Topic:how to add double window trim (toolbar) in efxclipse e4
Next Topic:Change the Label/Tooltip for MenuItem and ToolItem depended on Selection
Goto Forum:
  


Current Time: Sun Jun 15 18:19:47 EDT 2025

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

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

Back to the top