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

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

Introduction

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

The text is from its open source code.

Method

DoubleBindingadd(final double other)
voidaddListener(ChangeListener listener)
Adds a ChangeListener which will be notified whenever the value of the ObservableValue changes.
voidbind(ObservableValue observable)
Create a unidirection binding for this Property .
intget()
Returns the current value of this ObservableIntegerValue .
IntegergetValue()
booleanisBound()
Can be used to check, if a Property is bound.
DoubleBindingmultiply(final double other)
voidremoveListener(ChangeListener listener)
Removes the given listener from the list of listeners that are notified whenever the value of the ObservableValue changes.
voidset(int value)
Set the wrapped value.
voidunbind()
Remove the unidirectional binding for this Property .