T - Data type.public static class ProxyObservableList.Exposed<T> extends ProxyObservableList<T> implements Exposable
ProxyObservableList.Exposed<T>, ProxyObservableList.Propertied<T>modCount| Constructor and Description |
|---|
Exposed() |
Exposed(javafx.collections.ObservableList<T> pDelegate) |
Exposed(javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> pDelegateProperty) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> |
delegateProperty() |
void |
doBeginChange() |
void |
doEndChange() |
javafx.collections.ObservableList<T> |
getDelegate() |
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, toStringaddListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeListener, removeListeneriterator, listIterator, listIterator, removeRange, subListtoArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waititerator, listIterator, listIterator, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic Exposed()
public Exposed(javafx.collections.ObservableList<T> pDelegate)
public Exposed(javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> pDelegateProperty)
public javafx.collections.ObservableList<T> getDelegate()
getDelegate in class ProxyObservableList<T>public javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> delegateProperty()
delegateProperty in class ProxyObservableList<T>public void doBeginChange()
doBeginChange in interface Exposablepublic void doEndChange()
doEndChange in interface ExposableCopyright © 2023. All rights reserved.