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, toString
addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeListener, removeListener
iterator, listIterator, listIterator, removeRange, subList
toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
iterator, listIterator, listIterator, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public 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 Exposable
public void doEndChange()
doEndChange
in interface Exposable
Copyright © 2023. All rights reserved.