private class Node.ReadOnlyObjectWrapperManualFire<T> extends ReadOnlyObjectWrapper<T>
| Modifier | Constructor and Description |
|---|---|
private |
ReadOnlyObjectWrapperManualFire() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireSuperValueChangedEvent() |
protected void |
fireValueChangedEvent()
Sends notifications to all attached
InvalidationListeners and
ChangeListeners. |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
getReadOnlyPropertyaddListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValuepublic java.lang.Object getBean()
SimpleObjectPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.getBean in interface ReadOnlyProperty<T>getBean in class SimpleObjectProperty<T>Object or nullpublic java.lang.String getName()
SimpleObjectPropertyString.getName in interface ReadOnlyProperty<T>getName in class SimpleObjectProperty<T>Stringprotected void fireValueChangedEvent()
ReadOnlyObjectWrapperInvalidationListeners and
ChangeListeners.
This method is called when the value is changed, either manually by
calling ObjectPropertyBase.set(T) or in case of a bound property, if the
binding becomes invalid.fireValueChangedEvent in class ReadOnlyObjectWrapper<T>public void fireSuperValueChangedEvent()