java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Integer>
eu.hansolo.toolbox.properties.ReadOnlyIntegerProperty
eu.hansolo.toolbox.properties.IntegerProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyIntegerProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, invalidationObservers, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionIntegerProperty(int value) IntegerProperty(Object bean, String name, int value) IntegerProperty(String name, int value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyIntegerProperty property) voidbindBidirectional(IntegerProperty property) voidbooleanisBound()booleanvoidset(int value) voidsetInitialValue(Integer initialValue) protected voidsetPropertyToUpdate(IntegerProperty property, boolean bidirectional) voidprotected voidsetValue(Integer value, IntegerProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyIntegerProperty
get, setPropertyToUpdate, unsetPropertyToUpdateMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addInvalidationObserver, addObserver, addOnChange, addOnInvalidation, didChange, fireEvent, fireEvent, getBean, getInitialValue, getInvalidationObservers, getName, getObservers, getValue, isSet, removeAllInvalidationObservers, removeAllObservers, removeInvalidationObserver, removeObserver, setPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
IntegerProperty
public IntegerProperty() -
IntegerProperty
public IntegerProperty(int value) -
IntegerProperty
-
IntegerProperty
-
-
Method Details
-
set
public void set(int value) -
setValue
-
setValue
-
invalidated
public void invalidated()- Overrides:
invalidatedin classReadOnlyProperty<Integer>
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-