java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Byte>
eu.hansolo.toolbox.properties.ReadOnlyByteProperty
eu.hansolo.toolbox.properties.ByteProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyByteProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionByteProperty(byte value) ByteProperty(Object bean, String name, byte value) ByteProperty(String name, byte value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyByteProperty property) voidbindBidirectional(ByteProperty property) booleanisBound()booleanvoidset(byte value) voidsetInitialValue(Byte initialValue) protected voidsetPropertyToUpdate(ByteProperty property, boolean bidirectional) voidprotected voidsetValue(Byte value, ByteProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyByteProperty
get, setPropertyToUpdate, unsetPropertyToUpdateMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeObserver, setPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
ByteProperty
public ByteProperty() -
ByteProperty
public ByteProperty(byte value) -
ByteProperty
-
ByteProperty
-
-
Method Details
-
setValue
-
set
public void set(byte value) -
setValue
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-