Example usage for Java javafx.beans.property DoubleProperty fields, constructors, methods, implement or subclass
The text is from its open source code.
DoubleBinding | add(final ObservableNumberValue other) |
void | addListener(ChangeListener super T> listener) Adds a ChangeListener which will be notified whenever the value of the ObservableValue changes. |
void | bind(ObservableValue extends T> observable) Create a unidirection binding for this Property . |
double | get() Returns the current value of this ObservableDoubleValue . |
void | set(double value) Set the wrapped value. |