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 thedelegateproperty.getValue()protected voidsetDelegate(javafx.beans.value.ObservableValue<? extends T> pDelegate) Sets the value of thedelegateproperty.Methods inherited from class javafx.beans.value.ObservableValueBase
addListener, addListener, fireValueChangedEvent, removeListener, removeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javafx.beans.Observable
subscribeMethods 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
delegateproperty - See Also:
-
getDelegate
Gets the value of thedelegateproperty.- Property description:
- Returns:
- the value of the
delegateproperty - See Also:
-
setDelegate
Sets the value of thedelegateproperty.- Property description:
- Parameters:
pDelegate- the value for thedelegateproperty- 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)
-