Module com.iamsoft.util.ui
Class LazyPropertyList<I,O>
java.lang.Object
java.util.AbstractCollection<javafx.beans.value.ObservableValue<O>>
java.util.AbstractList<javafx.beans.value.ObservableValue<O>>
javafx.collections.ObservableListBase<javafx.beans.value.ObservableValue<O>>
javafx.collections.ModifiableObservableListBase<javafx.beans.value.ObservableValue<O>>
com.iamsoft.util.ui.javafx.collections.DefaultObservableList<javafx.beans.value.ObservableValue<O>>
com.iamsoft.util.ui.javafx.collections.ObservableArrayList<javafx.beans.value.ObservableValue<O>>
com.iamsoft.util.ui.javafx.collections.LazyPropertyList<I,O>
- All Implemented Interfaces:
PermutableObservableList<javafx.beans.value.ObservableValue<O>>
,Iterable<javafx.beans.value.ObservableValue<O>>
,Collection<javafx.beans.value.ObservableValue<O>>
,List<javafx.beans.value.ObservableValue<O>>
,SequencedCollection<javafx.beans.value.ObservableValue<O>>
,javafx.beans.Observable
,javafx.collections.ObservableList<javafx.beans.value.ObservableValue<O>>
public class LazyPropertyList<I,O>
extends ObservableArrayList<javafx.beans.value.ObservableValue<O>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.collections.ObservableArrayList
ObservableArrayList.Exposed<E>
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionLazyPropertyList
(javafx.collections.ObservableList<I> pSourceList, BiConsumer<I, Consumer<O>> pAsyncMapper) LazyPropertyList
(javafx.collections.ObservableList<I> pSourceList, Function<I, O> pMapper, Consumer<Runnable> pExecutor) -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.collections.ObservableArrayList
addAll, addAll, removeRange
Methods inherited from class com.iamsoft.util.ui.javafx.collections.DefaultObservableList
addElementObserver, addElementObservers, clear, contains, doAdd, doRemove, doSet, getDelegate, indexOf, lastIndexOf, permutate, removeElementObserver, removeElementObservers, resetElementObserver, size
Methods inherited from class javafx.collections.ModifiableObservableListBase
add, remove, remove, removeAll, retainAll, set, setAll, subList
Methods inherited from class javafx.collections.ObservableListBase
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll
Methods inherited from class java.util.AbstractList
add, equals, hashCode, iterator, listIterator, listIterator
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addFirst, addLast, containsAll, equals, getFirst, getLast, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, spliterator, subList, toArray, toArray
Methods inherited from interface javafx.beans.Observable
addListener, removeListener, subscribe
Methods inherited from interface javafx.collections.ObservableList
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
-
Constructor Details
-
LazyPropertyList
-
LazyPropertyList
public LazyPropertyList(javafx.collections.ObservableList<I> pSourceList, BiConsumer<I, Consumer<O>> pAsyncMapper)
-
-
Method Details