Module javafx.base

Interface WritableValue<T>

    • Method Detail

      • getValue

        T getValue()
        Get the wrapped value.
        Returns:
        The current value
      • setValue

        void setValue​(T value)
        Set the wrapped value.
        Parameters:
        value - The new value