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
@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()
ResetableProperty
ResetableProperty
.@Nonnull public ReadOnlyDoubleProperty baseValueDoubleProperty()
@Nonnull public Property<Number> valueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public DoubleProperty valueDoubleProperty()