Package org.reactfx.inhibeans.collection
Class Collections
java.lang.Object
org.reactfx.inhibeans.collection.Collections
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> ObservableList
<E> wrap
(javafx.collections.ObservableList<E> delegate) Deprecated.
-
Constructor Details
-
Collections
private Collections()Deprecated.
-
-
Method Details
-
wrap
Deprecated.Creates an ObservableList wrapper that is able to temporarily block list change notifications.- Parameters:
delegate
- the underlying observable list.
-
LiveList.suspendable(javafx.collections.ObservableList)
instead.