java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Byte>
eu.hansolo.toolbox.properties.ReadOnlyByteProperty
- Direct Known Subclasses:
ByteProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyByteProperty(byte value) ReadOnlyByteProperty(Object bean, String name, byte value) -
Method Summary
Modifier and TypeMethodDescriptionbyteget()protected voidsetPropertyToUpdate(ByteProperty 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
-
ReadOnlyByteProperty
public ReadOnlyByteProperty() -
ReadOnlyByteProperty
public ReadOnlyByteProperty(byte value) -
ReadOnlyByteProperty
-
-
Method Details
-
get
public byte get() -
setPropertyToUpdate
-
unsetPropertyToUpdate
protected void unsetPropertyToUpdate()- Overrides:
unsetPropertyToUpdatein classReadOnlyProperty<Byte>
-