Package javafx.beans.value
Interface ObservableBooleanValue
- All Superinterfaces:
Observable,ObservableValue<Boolean>
- All Known Implementing Classes:
BooleanBinding,BooleanExpression,BooleanProperty,BooleanPropertyBase,ReadOnlyBooleanProperty,ReadOnlyBooleanPropertyBase,SimpleBooleanProperty,StyleableBooleanProperty
An observable boolean value.
- Since:
- JavaFX 2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanget()Returns the current value of thisObservableBooleanValue.Methods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
-
Method Details
-
get
boolean get()Returns the current value of thisObservableBooleanValue.- Returns:
- The current value
-