-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
get()
Returns the current value of thisObservableBooleanValue
.-
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
-
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
-
-