- 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 Summary
Modifier and TypeMethodDescriptionboolean
get()
Returns the current value of thisObservableBooleanValue
.Methods declared in interface javafx.beans.Observable
addListener, removeListener, subscribe
Methods declared in interface javafx.beans.value.ObservableValue
addListener, flatMap, getValue, map, orElse, removeListener, subscribe, subscribe, when
-
Method Details
-
get
boolean get()Returns the current value of thisObservableBooleanValue
.- Returns:
- The current value
-