Module javafx.base
Package javafx.beans.value

Interface WritableObjectValue<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      T get ​()
      Get the wrapped value.
      void set ​(T value)
      Set the wrapped value.