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: