- Type Parameters:
T
- Type of element returned. Note that proper synchronization should be applied if
returned object is mutable.
- All Implemented Interfaces:
- javafx.beans.binding.Binding<T>, javafx.beans.Observable, javafx.beans.value.ObservableObjectValue<T>, javafx.beans.value.ObservableValue<T>
public class SwingFxPropertyBinding<T>
extends javafx.beans.binding.ObjectBinding<T>
Listen for changes of the specified property on the Swing UI thread and invalidate on the
JavaFX UI thread. Value is computed on the Swing UI thread.