- java.lang.Object
-
- javafx.beans.value.ObservableValueBase<T>
-
- com.iamsoft.util.ui.javafx.ChainedObservableValue<T>
-
- Type Parameters:
T
- Value type.
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.value.ObservableValue<T>
public class ChainedObservableValue<T> extends javafx.beans.value.ObservableValueBase<T>
A property [of a property]*. If 'ancestral' property is swapped, listeners are automatically transferred.
-
-
Constructor Summary
Constructors Constructor Description ChainedObservableValue(javafx.beans.value.ObservableValue<?> pRoot, Function<?,? extends javafx.beans.value.ObservableValue<?>>... pFunctions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
-