Example usage for Java javafx.beans.property LongProperty fields, constructors, methods, implement or subclass
The text is from its open source code.
void | bind(ObservableValue extends T> observable) Create a unidirection binding for this Property . |
long | get() Returns the current value of this ObservableLongValue . |
void | unbind() Remove the unidirectional binding for this Property . |