Closed thomasnield closed 6 years ago
I am noticing a lot of ObservableList-related factories, particularly emitOnChanged(), are not triggered on a SimpleListProperty when the backing list is changed.
ObservableList
emitOnChanged()
SimpleListProperty
Maybe SimpleListProperty needs its own factories.
As well as SimpleSetProperty and SimpleMapProperty.
SimpleSetProperty
SimpleMapProperty
Resolved.
I am noticing a lot of
ObservableList
-related factories, particularlyemitOnChanged()
, are not triggered on aSimpleListProperty
when the backing list is changed.Maybe
SimpleListProperty
needs its own factories.