Re: FxApplicationThread usage with

2019-04-16 Thread Kevin Rushforth
de 2019 00:03 *Para:* [email protected] *Assunto:* FxApplicationThread usage with 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... somePr

Re: FxApplicationThread usage with

2019-04-16 Thread Andrew Munn
nome de > Andrew Munn > *Enviado:* terça-feira, 16 de abril de 2019 00:03 > *Para:* [email protected] > *Assunto:* FxApplicationThread usage with > > I have a table where column values are bound to row objects' properties > like this > >column.setCellVa

RE: FxApplicationThread usage with

2019-04-16 Thread Thiago Milczarek Sayao
cationThread usage with 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 i

FxApplicationThread usage with

2019-04-15 Thread Andrew Munn
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