viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Databinding enhancement: Support EMF Databinding Properties #332

Closed ujhelyiz closed 11 years ago

ujhelyiz commented 11 years ago

Currently the databinding component of EMF-IncQuery provides support for displaying matches in the user interface.

However, it seems beneficial to me to support the query-backed Databinding Properties. This way, it would be possible to use databinding on single EMF model objects (e.g. on the current selection :) ) without manually managing the creation of the parameterized query and creating a binding to its results manually.

After a short discussion with @abelhegedus we concluded that this feature request is really similar to derived features support, and could be done using a high level of code reuse.

abelhegedus commented 11 years ago

Moved to Eclipse.org BugZilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=398743