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, 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
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, 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>
-