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