java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Integer>
eu.hansolo.toolbox.properties.ReadOnlyIntegerProperty
- Direct Known Subclasses:
IntegerProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, invalidationObservers, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyIntegerProperty(int value) ReadOnlyIntegerProperty(Object bean, String name, int value) -
Method Summary
Modifier and TypeMethodDescriptionintget()protected voidsetPropertyToUpdate(IntegerProperty property) protected voidMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addInvalidationObserver, addObserver, addOnChange, addOnInvalidation, didChange, fireEvent, fireEvent, getBean, getInitialValue, getInvalidationObservers, getName, getObservers, getValue, invalidated, isSet, removeAllInvalidationObservers, removeAllObservers, removeInvalidationObserver, removeObserver, setPropertyToUpdate, willChange
-
Field Details
-
propertyToUpdate
-
bidirectional
protected boolean bidirectional
-
-
Constructor Details
-
ReadOnlyIntegerProperty
public ReadOnlyIntegerProperty() -
ReadOnlyIntegerProperty
public ReadOnlyIntegerProperty(int value) -
ReadOnlyIntegerProperty
-
-
Method Details
-
get
public int get() -
setPropertyToUpdate
-
unsetPropertyToUpdate
protected void unsetPropertyToUpdate()- Overrides:
unsetPropertyToUpdatein classReadOnlyProperty<Integer>
-