griffon.javafx.collections.MappingObservableList
instead.public class MappingObservableList<T,S> extends MappingObservableList<T,S>
MappingObservableList
modCount
Constructor and Description |
---|
MappingObservableList(ObservableList<? extends S> source,
Function<S,T> mapper)
Deprecated.
|
MappingObservableList(ObservableList<? extends S> source,
ObservableValue<Function<S,T>> mapper)
Deprecated.
|
get, getSourceIndex, resolveMapper, size, sourceChanged
getSource, getSourceIndexFor, isInTransformationChain
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAll
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
addListener, removeListener
public MappingObservableList(@Nonnull ObservableList<? extends S> source, @Nonnull Function<S,T> mapper)
public MappingObservableList(@Nonnull ObservableList<? extends S> source, @Nonnull ObservableValue<Function<S,T>> mapper)