Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 21:27 Go to next message
Markus Oley is currently offline Markus OleyFriend
Messages: 304
Registered: July 2009
Location: Germany
Senior Member
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 08:48 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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 07:51 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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 22:58 Go to previous messageGo to next message
Markus Oley is currently offline Markus OleyFriend
Messages: 304
Registered: July 2009
Location: Germany
Senior Member
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 10:56 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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 11:18 Go to previous messageGo to next message
Markus Oley is currently offline Markus OleyFriend
Messages: 304
Registered: July 2009
Location: Germany
Senior Member
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 20:29 Go to previous messageGo to next message
ihave question is currently offline ihave questionFriend
Messages: 32
Registered: November 2014
Member
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 20:29]

Report message to a moderator

Re: at.bestsolution.efxclipse.runtime.emf.databinding.edit on maven repo? [message #1693111 is a reply to message #1692955] Tue, 21 April 2015 19:39 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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: Fri Apr 19 01:50:19 GMT 2024

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

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

Back to the top