- All Superinterfaces:
- Observable,- ObservableValue<Boolean>
- All Known Implementing Classes:
- BooleanBinding,- BooleanExpression,- BooleanProperty,- BooleanPropertyBase,- JavaBeanBooleanProperty,- ReadOnlyBooleanProperty,- ReadOnlyBooleanPropertyBase,- ReadOnlyBooleanWrapper,- ReadOnlyJavaBeanBooleanProperty,- SimpleBooleanProperty,- SimpleStyleableBooleanProperty,- StyleableBooleanProperty
An observable boolean value.
- Since:
- JavaFX 2.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionbooleanget()Returns the current value of thisObservableBooleanValue.Methods declared in interface javafx.beans.ObservableaddListener, removeListenerMethods declared in interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener
- 
Method Details- 
getboolean get()Returns the current value of thisObservableBooleanValue.- Returns:
- The current value
 
 
-