public class DoublePropertyWrapper extends PropertyWrapper<Double>
Double property.| Constructor and Description |
|---|
DoublePropertyWrapper(javafx.beans.property.DoubleProperty property)
Instantiates a wrapper of a
Double property |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(javafx.beans.value.ChangeListener<? super Double> listener)
Registers a listener
|
PropertyWrapper<Double> |
createParallelProperty() |
javafx.beans.property.Property<Double> |
getProperty() |
Double |
getValue() |
void |
set(Double value)
Changes the value of the wrapped property
|
getSettings, of, withSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustompublic DoublePropertyWrapper(javafx.beans.property.DoubleProperty property)
Double propertyproperty - property to wrappublic javafx.beans.property.Property<Double> getProperty()
getProperty in class PropertyWrapper<Double>public Double getValue()
getValue in class PropertyWrapper<Double>public void set(Double value)
set in class PropertyWrapper<Double>value - new value to setpublic PropertyWrapper<Double> createParallelProperty()
createParallelProperty in class PropertyWrapper<Double>public void addListener(javafx.beans.value.ChangeListener<? super Double> listener)
addListener in class PropertyWrapper<Double>listener - listener to registerCopyright © 2022. All rights reserved.