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