Module javafx.base

Interface WritableObjectValue<T>

    • Method Summary

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