Uses of Interface
javafx.beans.value.ObservableBooleanValue
Packages that use ObservableBooleanValue
-
Uses of ObservableBooleanValue in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableBooleanValueModifier and TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof abooleanvalue.classABooleanExpressionis aObservableBooleanValueplus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableBooleanValueModifier and TypeMethodDescriptionstatic BooleanBindingBindings.and(ObservableBooleanValue op1, ObservableBooleanValue op2) Creates aBooleanBindingthat calculates the conditional-AND operation on the value of two instance ofObservableBooleanValue.BooleanExpression.and(ObservableBooleanValue other) Creates a newBooleanExpressionthat performs the conditional AND-operation on thisBooleanExpressionand aObservableBooleanValue.static BooleanExpressionBooleanExpression.booleanExpression(ObservableBooleanValue value) Returns aBooleanExpressionthat wraps aObservableBooleanValue.static BooleanBindingBindings.not(ObservableBooleanValue op) Creates aBooleanBindingthat calculates the inverse of the value of aObservableBooleanValue.static BooleanBindingBindings.or(ObservableBooleanValue op1, ObservableBooleanValue op2) Creates aBooleanBindingthat calculates the conditional-AND operation on the value of two instance ofObservableBooleanValue.BooleanExpression.or(ObservableBooleanValue other) Creates a newBooleanExpressionthat performs the conditional OR-operation on thisBooleanExpressionand aObservableBooleanValue. -
Uses of ObservableBooleanValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableBooleanValueModifier and TypeClassDescriptionclassThis class provides a full implementation of aPropertywrapping abooleanvalue.classThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classSuper class for all readonly properties wrapping aboolean.classBase class for all readonly properties wrapping aboolean.classThis class provides a full implementation of aPropertywrapping abooleanvalue. -
Uses of ObservableBooleanValue in javafx.css
Classes in javafx.css that implement ObservableBooleanValueModifier and TypeClassDescriptionclassThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty.