forked from TomasMikula/EasyBind
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
status: help wantedExtra attention is neededExtra attention is neededtype: enhancementNew feature or requestNew feature or request
Description
Background:
JavaFX requires that changes to controls are triggered on the UI thread. However, sometimes you have a binding that is updated on a different thread. In this case, the changes notification need to be passed to the UI thread.
Similar implementations:
https://github.com/JabRef/jabref/blob/master/src/main/java/org/jabref/gui/util/UiThreadList.java
https://github.com/JabRef/jabref/tree/master/src/main/java/org/jabref/gui/util/uithreadaware
https://github.com/griffon/griffon/tree/development/subprojects/griffon-javafx/src/main/java/griffon/javafx/beans/binding (uithreadaware bindings)
Metadata
Metadata
Assignees
Labels
status: help wantedExtra attention is neededExtra attention is neededtype: enhancementNew feature or requestNew feature or request