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

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

Introduction

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

The text is from its open source code.

Method

voidbind(ObservableValue observable)
Create a unidirection binding for this Property .
longget()
Returns the current value of this ObservableLongValue .
voidunbind()
Remove the unidirectional binding for this Property .