Module com.iamsoft.util.ui
Class ProxyObservableList.Exposed<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList.Exposed<T>
- Type Parameters:
T- Data type.
- All Implemented Interfaces:
Exposable,Iterable<T>,Collection<T>,List<T>,javafx.beans.Observable,javafx.collections.ObservableList<T>
- Direct Known Subclasses:
ProxyObservableList.Propertied
- Enclosing class:
- ProxyObservableList<T>
public static class ProxyObservableList.Exposed<T>
extends ProxyObservableList<T>
implements Exposable
-
Property Summary
Properties -
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.collections.ProxyObservableList
ProxyObservableList.Exposed<T>, ProxyObservableList.Propertied<T> -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.collections.ProxyObservableList
add, add, addAll, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, remove, removeAll, removeAll, replaceAll, retainAll, retainAll, set, setAll, setAll, size, toStringMethods inherited from class javafx.collections.ObservableListBase
addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeListener, removeListenerMethods inherited from class java.util.AbstractList
iterator, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
toArray, toArrayMethods 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
iterator, listIterator, listIterator, sort, spliterator, subList, toArray, toArrayMethods inherited from interface javafx.collections.ObservableList
filtered, sorted, sorted
-
Property Details
-
delegate
- Overrides:
delegatePropertyin classProxyObservableList<T>- See Also:
-
-
Constructor Details
-
Exposed
public Exposed() -
Exposed
-
Exposed
public Exposed(javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> pDelegateProperty)
-
-
Method Details
-
getDelegate
Gets the value of the property delegate.- Overrides:
getDelegatein classProxyObservableList<T>- Property description:
-
delegateProperty
- Overrides:
delegatePropertyin classProxyObservableList<T>- See Also:
-
doBeginChange
public void doBeginChange()- Specified by:
doBeginChangein interfaceExposable
-
doEndChange
public void doEndChange()- Specified by:
doEndChangein interfaceExposable
-