Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JFace Data Binding/EMF"

 
Line 3: Line 3:
 
Binding to EMF model objects is supported.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=75625 Bug 75625] for background - you can find an early version of a plug-in project that provides EMF-based observables in the attachments of the bug.  The following articles provide more information:
 
Binding to EMF model objects is supported.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=75625 Bug 75625] for background - you can find an early version of a plug-in project that provides EMF-based observables in the attachments of the bug.  The following articles provide more information:
  
* http://www.eclipse.org/resources/resource.php?id=511
+
* http://tomsondev.bestsolution.at/category/databinding/emf/
 
* http://www.vogella.com/articles/EclipseDataBindingEMF/article.html
 
* http://www.vogella.com/articles/EclipseDataBindingEMF/article.html
* https://github.com/tomsontom/emf-databinding-example
 
  
 
[[Category:Data Binding]]
 
[[Category:Data Binding]]

Latest revision as of 16:50, 16 August 2012

JFace Data Binding
Home
How to Contribute
FAQ
Snippets
Concepts
Binding
Converter
Observable
Realm

Binding to EMF model objects is supported. See Bug 75625 for background - you can find an early version of a plug-in project that provides EMF-based observables in the attachments of the bug. The following articles provide more information:

Back to the top