java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Character>
eu.hansolo.toolbox.properties.ReadOnlyCharProperty
eu.hansolo.toolbox.properties.CharProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyCharProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionCharProperty(char value) CharProperty(Object bean, String name, char value) CharProperty(String name, char value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyCharProperty property) voidbindBidirectional(CharProperty property) booleanisBound()booleanvoidset(char value) voidsetInitialValue(Character initialValue) protected voidsetPropertyToUpdate(CharProperty property, boolean bidirectional) voidprotected voidsetValue(Character value, CharProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyCharProperty
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
-
CharProperty
public CharProperty() -
CharProperty
public CharProperty(char value) -
CharProperty
-
CharProperty
-
-
Method Details
-
setValue
-
set
public void set(char value) -
setValue
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-