java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Double>
eu.hansolo.toolbox.properties.ReadOnlyDoubleProperty
eu.hansolo.toolbox.properties.DoubleProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyDoubleProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionDoubleProperty(double value) DoubleProperty(Object bean, String name, double value) DoubleProperty(String name, double value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyDoubleProperty property) voidbindBidirectional(DoubleProperty property) booleanisBound()booleanvoidset(double value) voidsetInitialValue(Double initialValue) protected voidsetPropertyToUpdate(DoubleProperty property, boolean bidirectional) voidprotected voidsetValue(Double value, DoubleProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyDoubleProperty
get, setPropertyToUpdate, unsetPropertyToUpdateMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeListener, setPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
DoubleProperty
public DoubleProperty() -
DoubleProperty
public DoubleProperty(double value) -
DoubleProperty
-
DoubleProperty
-
-
Method Details
-
setValue
-
set
public void set(double value) -
setValue
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-