java.lang.Object
javafx.beans.value.ObservableValueBase<T>
com.iamsoft.util.ui.javafx.ProxyObservableValue<T>
- Type Parameters:
T
- Object type.
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.value.ObservableValue<T>
- Direct Known Subclasses:
ProxyObservableValue.Exposed
public class ProxyObservableValue<T>
extends javafx.beans.value.ObservableValueBase<T>
- See Also:
-
Property Summary
Properties -
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProxyObservableValue
(javafx.beans.value.ObservableValue<? extends T> pDelegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.beans.property.ObjectProperty
<javafx.beans.value.ObservableValue<? extends T>> static <T> javafx.beans.value.ObservableValue
<T> fromObservable
(javafx.beans.value.ObservableValue<? extends javafx.beans.value.ObservableValue<? extends T>> pObservable) protected javafx.beans.value.ObservableValue
<? extends T> Gets the value of thedelegate
property.getValue()
protected void
setDelegate
(javafx.beans.value.ObservableValue<? extends T> pDelegate) Sets the value of thedelegate
property.Methods inherited from class javafx.beans.value.ObservableValueBase
addListener, addListener, fireValueChangedEvent, removeListener, removeListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javafx.beans.Observable
subscribe
Methods inherited from interface javafx.beans.value.ObservableValue
flatMap, map, orElse, subscribe, subscribe, when
-
Property Details
-
delegate
protected javafx.beans.property.ObjectProperty<javafx.beans.value.ObservableValue<? extends T>> delegateProperty- See Also:
-
-
Constructor Details
-
ProxyObservableValue
public ProxyObservableValue() -
ProxyObservableValue
-
-
Method Details
-
delegateProperty
protected javafx.beans.property.ObjectProperty<javafx.beans.value.ObservableValue<? extends T>> delegateProperty()- Returns:
- the
delegate
property - See Also:
-
getDelegate
Gets the value of thedelegate
property.- Property description:
- Returns:
- the value of the
delegate
property - See Also:
-
setDelegate
Sets the value of thedelegate
property.- Property description:
- Parameters:
pDelegate
- the value for thedelegate
property- See Also:
-
getValue
-
fromObservable
public static <T> javafx.beans.value.ObservableValue<T> fromObservable(javafx.beans.value.ObservableValue<? extends javafx.beans.value.ObservableValue<? extends T>> pObservable)
-