Module com.iamsoft.util.ui
Class ObservableArrayList.Exposed<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>
-
- com.iamsoft.util.ui.javafx.collections.ObservableArrayList.Exposed<E>
-
- Type Parameters:
E
- Type of element in list.
- All Implemented Interfaces:
PermutableObservableList<E>
,Iterable<E>
,Collection<E>
,List<E>
,javafx.beans.Observable
,javafx.collections.ObservableList<E>
- Enclosing class:
- ObservableArrayList<E>
public static class ObservableArrayList.Exposed<E> extends ObservableArrayList<E>
Exposes getDelegate(), ObservableListBase.beginChange(), ObservableListBase.endChange(), ObservableListBase.nextAdd(int, int), ObservableListBase.nextRemove(int, List) and ObservableListBase.nextPermutation(int, int, int[]).
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doBeginChange()
void
doEndChange()
void
doNextAdd(int pFrom, int pTo)
void
doNextPermutation(int pFrom, int pTo, int[] pPermutation)
void
doNextRemove(int pIdx, List<? extends E> pList)
void
doNextUpdate(int pIdx)
List<E>
getDelegate()
-
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, get, 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, containsAll, equals, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
-
-
-
-
Constructor Detail
-
Exposed
public Exposed()
-
Exposed
public Exposed(javafx.util.Callback<E,javafx.beans.Observable[]> pExtractor)
-
-
Method Detail
-
getDelegate
public List<E> getDelegate()
- Overrides:
getDelegate
in classDefaultObservableList<E>
-
doBeginChange
public void doBeginChange()
-
doEndChange
public void doEndChange()
-
doNextAdd
public void doNextAdd(int pFrom, int pTo)
-
doNextPermutation
public void doNextPermutation(int pFrom, int pTo, int[] pPermutation)
-
doNextUpdate
public void doNextUpdate(int pIdx)
-
-