Module com.iamsoft.util.ui
Class SnapshotObservableList.Exposed<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- javafx.collections.ObservableListBase<T>
-
- com.iamsoft.util.ui.javafx.collections.SnapshotObservableList<T>
-
- com.iamsoft.util.ui.javafx.collections.SnapshotObservableList.Exposed<T>
-
- Type Parameters:
T
- List element type.
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,List<T>
,javafx.beans.Observable
,javafx.collections.ObservableList<T>
- Enclosing class:
- SnapshotObservableList<T>
public static class SnapshotObservableList.Exposed<T> extends SnapshotObservableList<T>
Exposes SnapshotObservableList.snap().
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.collections.SnapshotObservableList
SnapshotObservableList.Exposed<T>
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description Exposed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
snap()
Take snapshot and fire events.-
Methods inherited from class com.iamsoft.util.ui.javafx.collections.SnapshotObservableList
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 class javafx.collections.ObservableListBase
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAll
-
Methods inherited from class java.util.AbstractList
removeRange
-
Methods inherited from class java.util.AbstractCollection
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
-
-
-
-
Method Detail
-
snap
public void snap()
Description copied from class:SnapshotObservableList
Take snapshot and fire events.- Overrides:
snap
in classSnapshotObservableList<T>
-
-