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