Example usage for Java javafx.beans.property BooleanProperty fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | get() Returns the current value of this ObservableBooleanValue . |
BooleanBinding | not() Creates a new BooleanExpression that calculates the negation of this BooleanExpression . |
void | set(boolean value) Set the wrapped value. |
void | setValue(Boolean v) |