FxApplicationThread usage with

Andrew Munn munn7773 at gmail.com
Tue Apr 16 03:03:34 UTC 2019


I have a table where column values are bound to row objects' properties
like this

   column.setCellValueFactory(ex -> ex.getValue().getSomeProperty());

Should I always call...

   someProperty.setValue(updatedValue);

...in the FxApplicationThread, or does binding it to the TableColumn take
care of dispatching it on the right thread?


More information about the openjfx-dev mailing list