java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Short>
eu.hansolo.toolbox.properties.ReadOnlyShortProperty
- Direct Known Subclasses:
ShortProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyShortProperty(short value) ReadOnlyShortProperty(Object bean, String name, short value) -
Method Summary
Modifier and TypeMethodDescriptionshortget()protected voidsetPropertyToUpdate(ShortProperty property) protected voidMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeListener, setPropertyToUpdate, willChange
-
Field Details
-
propertyToUpdate
-
bidirectional
protected boolean bidirectional
-
-
Constructor Details
-
ReadOnlyShortProperty
public ReadOnlyShortProperty() -
ReadOnlyShortProperty
public ReadOnlyShortProperty(short value) -
ReadOnlyShortProperty
-
-
Method Details
-
get
public short get() -
setPropertyToUpdate
-
unsetPropertyToUpdate
protected void unsetPropertyToUpdate()- Overrides:
unsetPropertyToUpdatein classReadOnlyProperty<Short>
-