- 
- All Superinterfaces:
- Observable,- ObservableValue<Boolean>
 - All Known Implementing Classes:
- BooleanBinding,- BooleanExpression,- BooleanProperty,- BooleanPropertyBase,- JavaBeanBooleanProperty,- ReadOnlyBooleanProperty,- ReadOnlyBooleanPropertyBase,- ReadOnlyBooleanWrapper,- ReadOnlyJavaBeanBooleanProperty,- SimpleBooleanProperty,- SimpleStyleableBooleanProperty,- StyleableBooleanProperty
 
 public interface ObservableBooleanValue extends ObservableValue<Boolean> An observable boolean value.- Since:
- JavaFX 2.0
- See Also:
- ObservableValue
 
- 
- 
Method SummaryModifier and Type Method Description booleanget()Returns the current value of thisObservableBooleanValue.- 
Methods inherited from interface javafx.beans.ObservableaddListener, removeListener
 - 
Methods inherited from interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener
 
- 
 
-