Class ObservableValueExtensions.ObservableValueWrapper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ObservableValue<T> delegate
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ObservableValue<T> getDelegate()
      • Methods inherited from class javafx.beans.value.ObservableValue

        addListener, flatMap, getValue, map, orElse, removeListener, subscribe, subscribe, when
      • Methods inherited from class javafx.beans.Observable

        addListener, removeListener, subscribe
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObservableValueExtensions.ObservableValueWrapper

        ObservableValueExtensions.ObservableValueWrapper(ObservableValue<T> delegate)