Interface WritableObjectValue<T>

Type Parameters:
T - the type of the wrapped value
All Superinterfaces:
WritableValue<T>
All Known Subinterfaces:
WritableListValue<E>, WritableMapValue<K,V>, WritableSetValue<E>, WritableStringValue
All Known Implementing Classes:
JavaBeanObjectProperty, JavaBeanStringProperty, ListProperty, ListPropertyBase, MapProperty, MapPropertyBase, ObjectProperty, ObjectPropertyBase, ReadOnlyListWrapper, ReadOnlyMapWrapper, ReadOnlyObjectWrapper, ReadOnlySetWrapper, ReadOnlyStringWrapper, SetProperty, SetPropertyBase, SimpleListProperty, SimpleMapProperty, SimpleObjectProperty, SimpleSetProperty, SimpleStringProperty, SimpleStyleableObjectProperty, SimpleStyleableStringProperty, StringProperty, StringPropertyBase, StyleableObjectProperty, StyleableStringProperty

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 declared in interface WritableValue

    getValue, setValue
    Modifier and Type
    Method
    Description
    Get the wrapped value.
    void
    setValue(T value)
    Set the wrapped value.