Interface WritableObjectValue<T>

Record Components:
T - The type of the wrapped value
All Superinterfaces:
WritableValue<T>
All Known Subinterfaces:
WritableListValue<E>, WritableMapValue<K,V>, WritableStringValue
All Known Implementing Classes:
ListProperty, ListPropertyBase, ObjectProperty, ObjectPropertyBase, ReadOnlyObjectWrapper, SimpleListProperty, SimpleObjectProperty, SimpleStringProperty, StringProperty, StringPropertyBase, StyleableObjectProperty

public interface WritableObjectValue<T> extends WritableValue<T>
A writable typed value.
Since:
JavaFX 2.0
See Also:
  • Method Summary

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

    Methods inherited from interface javafx.beans.value.WritableValue

    getValue, setValue