Class ExpressionHelper<T>

java.lang.Object
com.sun.javafx.binding.ExpressionHelperBase
com.sun.javafx.binding.ExpressionHelper<T>

public abstract class ExpressionHelper<T> extends ExpressionHelperBase
A convenience class for creating implementations of ObservableValue. It contains all of the infrastructure support for value invalidation- and change event notification. This implementation can handle adding and removing listeners while the observers are being notified, but it is not thread-safe.