java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Long>
eu.hansolo.toolbox.properties.ReadOnlyLongProperty
eu.hansolo.toolbox.properties.LongProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyLongProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, invalidationObservers, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionLongProperty(long value) LongProperty(Object bean, String name, long value) LongProperty(String name, long value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyLongProperty property) voidbindBidirectional(LongProperty property) voidbooleanisBound()booleanvoidset(long value) voidsetInitialValue(Long initialValue) protected voidsetPropertyToUpdate(LongProperty property, boolean bidirectional) voidprotected voidsetValue(Long value, LongProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyLongProperty
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
-
LongProperty
public LongProperty() -
LongProperty
public LongProperty(long value) -
LongProperty
-
LongProperty
-
-
Method Details
-
set
public void set(long value) -
setValue
-
setValue
-
invalidated
public void invalidated()- Overrides:
invalidatedin classReadOnlyProperty<Long>
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-