Package org.reactfx.inhibeans.collection
Class Collections
- java.lang.Object
-
- org.reactfx.inhibeans.collection.Collections
-
@Deprecated public final class Collections extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Collections()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <E> ObservableList<E>
wrap(javafx.collections.ObservableList<E> delegate)
Deprecated.
-
-
-
Method Detail
-
wrap
@Deprecated public static <E> ObservableList<E> wrap(javafx.collections.ObservableList<E> delegate)
Deprecated.Creates an ObservableList wrapper that is able to temporarily block list change notifications.- Parameters:
delegate
- the underlying observable list.
-
-