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