public class ResetableDoubleProperty extends AbstractResetableProperty<Number>
Type | Property and Description |
---|---|
ReadOnlyDoubleProperty |
baseValueDouble |
ReadOnlyProperty<Number> |
baseValue
A property that tracks the base value of this
ResetableProperty . |
DoubleProperty |
valueDouble |
Property<Number> |
value
A property that tracks the current value of this
ResetableProperty . |
protected DoubleProperty |
writableBaseValueDouble |
protected Property<Number> |
writableBaseValue |
dirty
dirty
Constructor and Description |
---|
ResetableDoubleProperty() |
ResetableDoubleProperty(Double value) |
ResetableDoubleProperty(Object bean,
String name) |
ResetableDoubleProperty(Object bean,
String name,
Double baseValue) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
baseValueDoubleProperty() |
ReadOnlyProperty<Number> |
baseValueProperty()
A property that tracks the base value of this
ResetableProperty . |
DoubleProperty |
valueDoubleProperty() |
Property<Number> |
valueProperty()
A property that tracks the current value of this
ResetableProperty . |
protected DoubleProperty |
writableBaseValueDoubleProperty() |
protected Property<Number> |
writableBaseValueProperty() |
checkValuesAreNotEqual, createDirtyBinding, dirtyProperty, getBaseValue, getBean, getName, getValue, isDirty, rebase, reset, setValue
protected Property<Number> writableBaseValueProperty
writableBaseValueProperty
in class AbstractResetableProperty<Number>
protected DoubleProperty writableBaseValueDoubleProperty
public ReadOnlyProperty<Number> baseValueProperty
public ReadOnlyDoubleProperty baseValueDoubleProperty
public DoubleProperty valueDoubleProperty
protected Property<Number> writableBaseValueProperty()
writableBaseValueProperty
in class AbstractResetableProperty<Number>
protected DoubleProperty writableBaseValueDoubleProperty()
public ReadOnlyProperty<Number> baseValueProperty()
ResetableProperty
ResetableProperty
.public ReadOnlyDoubleProperty baseValueDoubleProperty()
public Property<Number> valueProperty()
ResetableProperty
ResetableProperty
.public DoubleProperty valueDoubleProperty()