java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Double>
eu.hansolo.toolbox.properties.ReadOnlyDoubleProperty
- Direct Known Subclasses:
DoubleProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyDoubleProperty(double value) ReadOnlyDoubleProperty(Object bean, String name, double value) -
Method Summary
Modifier and TypeMethodDescriptiondoubleget()protected voidsetPropertyToUpdate(DoubleProperty property) protected voidMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeListener, setPropertyToUpdate, willChange
-
Field Details
-
propertyToUpdate
-
bidirectional
protected boolean bidirectional
-
-
Constructor Details
-
ReadOnlyDoubleProperty
public ReadOnlyDoubleProperty() -
ReadOnlyDoubleProperty
public ReadOnlyDoubleProperty(double value) -
ReadOnlyDoubleProperty
-
-
Method Details
-
get
public double get() -
setPropertyToUpdate
-
unsetPropertyToUpdate
protected void unsetPropertyToUpdate()- Overrides:
unsetPropertyToUpdatein classReadOnlyProperty<Double>
-