Community
Participate
Working Groups
The bundle should not depend on SWT because this leads to a dependency on SWT for org.eclipse.e4.ui.workbench which is violating the core design of e4.
Created attachment 176234 [details] patch which uses Realm This patch makes use of the Databinding-Realm to sync events which the UI-Thread
Created attachment 176236 [details] patch Oleg - can you please review this change to me this looks ok
+1, one thing I'd change is that in the UIEventObjectSupplier realm is not really optional: @Inject @Optional protected Realm contextRealm; (it was possible to get/create Display on the fly, so the Display was optional, but you can't create Realm without dependency on something else, like SWT :-).)
released with the change Oleg suggested to HEAD >= 2010-08-10