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