Module com.iamsoft.util.ui
Class ObservableArrayList<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<E>
javafx.collections.ModifiableObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.DefaultObservableList<E>
com.iamsoft.util.ui.javafx.collections.ObservableArrayList<E>
- Type Parameters:
E- The list element type.
- All Implemented Interfaces:
PermutableObservableList<E>,Iterable<E>,Collection<E>,List<E>,javafx.beans.Observable,javafx.collections.ObservableList<E>
- Direct Known Subclasses:
AsynchronousList,AsynchronousList2,AsynchronousMappedList,ConflatingList2,ObservableArrayList.Exposed,StrobeList2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classExposes ObservableArrayList.Exposed.getDelegate(), ObservableListBase.beginChange(), ObservableListBase.endChange(), ObservableListBase.nextAdd(int, int), ObservableListBase.nextRemove(int, List) and ObservableListBase.nextPermutation(int, int, int[]). -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionObservableArrayList(javafx.util.Callback<E, javafx.beans.Observable[]> pExtractor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddAll(int pIdx, Collection<? extends E> pCollection) booleanaddAll(Collection<? extends E> pCollection) protected voidremoveRange(int pFromIndex, int pToIndex) Methods inherited from class com.iamsoft.util.ui.javafx.collections.DefaultObservableList
addElementObserver, addElementObservers, clear, contains, doAdd, doRemove, doSet, get, getDelegate, indexOf, lastIndexOf, permutate, removeElementObserver, removeElementObservers, resetElementObserver, sizeMethods inherited from class javafx.collections.ModifiableObservableListBase
add, remove, remove, removeAll, retainAll, set, setAll, subListMethods 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, setAllMethods inherited from class java.util.AbstractList
add, equals, hashCode, iterator, listIterator, listIteratorMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, containsAll, equals, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayMethods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface javafx.collections.ObservableList
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
-
Constructor Details
-
ObservableArrayList
public ObservableArrayList() -
ObservableArrayList
-
-
Method Details
-
addAll
-
addAll
-
removeRange
protected void removeRange(int pFromIndex, int pToIndex) - Overrides:
removeRangein classjavafx.collections.ModifiableObservableListBase<E>
-