Module com.iamsoft.util.ui
Class ProxyObservableList.Propertied<T>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList.Exposed<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList.Propertied<T>
- Type Parameters:
T
- Type of item in list.
- All Implemented Interfaces:
Exposable
,Iterable<T>
,Collection<T>
,List<T>
,SequencedCollection<T>
,javafx.beans.Observable
,javafx.collections.ObservableList<T>
- Enclosing class:
ProxyObservableList<T>
Use covariant returns to assume ObjectProperty delegate instead of
ObservableValue.
-
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
ConstructorsConstructorDescriptionPropertied
(javafx.beans.property.ObjectProperty<javafx.collections.ObservableList<T>> pDelegateProperty) Propertied
(javafx.collections.ObservableList<T> pDelegate) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<javafx.collections.ObservableList<T>> protected void
setDelegate
(javafx.collections.ObservableList<T> pDelegate) Sets the value of thedelegate
property.Methods inherited from class com.iamsoft.util.ui.javafx.collections.ProxyObservableList.Exposed
doBeginChange, doEndChange, getDelegate
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, toString
Methods inherited from class javafx.collections.ObservableListBase
addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, removeListener, removeListener
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
toArray, toArray
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
addFirst, addLast, getFirst, getLast, iterator, listIterator, listIterator, removeFirst, removeLast, reversed, sort, spliterator, subList, toArray, toArray
Methods inherited from interface javafx.beans.Observable
subscribe
Methods inherited from interface javafx.collections.ObservableList
filtered, sorted, sorted
-
Property Details
-
delegate
- Overrides:
delegateProperty
in classProxyObservableList.Exposed<T>
- Returns:
- the
delegate
property - See Also:
-
-
Constructor Details
-
Propertied
public Propertied() -
Propertied
-
Propertied
public Propertied(javafx.beans.property.ObjectProperty<javafx.collections.ObservableList<T>> pDelegateProperty)
-
-
Method Details
-
delegateProperty
public javafx.beans.property.ObjectProperty<javafx.collections.ObservableList<T>> delegateProperty()- Overrides:
delegateProperty
in classProxyObservableList.Exposed<T>
- Returns:
- the
delegate
property - See Also:
-
setDelegate
Sets the value of thedelegate
property.- Property description:
- Parameters:
pDelegate
- the value for thedelegate
property- See Also:
-