Java javafx.beans.property BooleanProperty fields, constructors, methods, implement or subclass

Example usage for Java javafx.beans.property BooleanProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.beans.property BooleanProperty.

The text is from its open source code.

Method

booleanget()
Returns the current value of this ObservableBooleanValue .
BooleanBindingnot()
Creates a new BooleanExpression that calculates the negation of this BooleanExpression .
voidset(boolean value)
Set the wrapped value.
voidsetValue(Boolean v)