Package org.reactfx.inhibeans.collection
Interface ObservableList<E>
-
- All Superinterfaces:
java.util.Collection<E>
,Guardian
,java.lang.Iterable<E>
,java.util.List<E>
,javafx.beans.Observable
,Observable
,javafx.collections.ObservableList<E>
- All Known Subinterfaces:
SuspendableList<E>
- All Known Implementing Classes:
SuspendableListWrapper
@Deprecated public interface ObservableList<E> extends javafx.collections.ObservableList<E>, Observable
Deprecated.UseSuspendableList
instead.
-
-
Method Summary
-
Methods inherited from interface org.reactfx.Guardian
guardWhile, guardWhile
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface org.reactfx.inhibeans.Observable
block, blockWhile, blockWhile, guard
-
-