griffon.javafx.collections.MappingObservableList instead.public class MappingObservableList<T,S> extends MappingObservableList<T,S>
MappingObservableListmodCount| 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, sourceChangedgetSource, getSourceIndexFor, isInTransformationChainaddAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAlladd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sortedadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamaddListener, removeListenerpublic MappingObservableList(@Nonnull ObservableList<? extends S> source, @Nonnull Function<S,T> mapper)
public MappingObservableList(@Nonnull ObservableList<? extends S> source, @Nonnull ObservableValue<Function<S,T>> mapper)