Module javafx.base

Interface WritableBooleanValue

All Superinterfaces:
WritableValue<Boolean>
All Known Implementing Classes:
BooleanProperty, BooleanPropertyBase, JavaBeanBooleanProperty, ReadOnlyBooleanWrapper, SimpleBooleanProperty, SimpleStyleableBooleanProperty, StyleableBooleanProperty

public interface WritableBooleanValue
extends WritableValue<Boolean>
A writable boolean value.
Since:
JavaFX 2.0
See Also:
WritableValue
  • Method Summary

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

    Methods inherited from interface javafx.beans.value.WritableValue

    getValue