public class ResetableDoubleProperty extends AbstractResetableProperty<Number>
| Type | Property and Description | 
|---|---|
| ReadOnlyDoubleProperty | baseValueDouble | 
| ReadOnlyProperty<Number> | baseValueA property that tracks the base value of this  ResetableProperty. | 
| DoubleProperty | valueDouble | 
| Property<Number> | valueA property that tracks the current value of this  ResetableProperty. | 
| protected DoubleProperty | writableBaseValueDouble | 
| protected Property<Number> | writableBaseValue | 
dirtydirty| 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@Nonnull protected Property<Number> writableBaseValueProperty
writableBaseValueProperty in class AbstractResetableProperty<Number>@Nonnull protected DoubleProperty writableBaseValueDoubleProperty
@Nonnull public ReadOnlyProperty<Number> baseValueProperty
@Nonnull public ReadOnlyDoubleProperty baseValueDoubleProperty
@Nonnull public DoubleProperty valueDoubleProperty
@Nonnull protected Property<Number> writableBaseValueProperty()
writableBaseValueProperty in class AbstractResetableProperty<Number>@Nonnull protected DoubleProperty writableBaseValueDoubleProperty()
@Nonnull public ReadOnlyProperty<Number> baseValueProperty()
ResetablePropertyResetableProperty.@Nonnull public ReadOnlyDoubleProperty baseValueDoubleProperty()
@Nonnull public Property<Number> valueProperty()
ResetablePropertyResetableProperty.@Nonnull public DoubleProperty valueDoubleProperty()