Class ListExpressionHelper<E>

java.lang.Object
com.sun.javafx.binding.ExpressionHelperBase
com.sun.javafx.binding.ListExpressionHelper<E>

public abstract class ListExpressionHelper<E> 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.