private class Animation.AnimationReadOnlyProperty<T> extends ReadOnlyObjectPropertyBase<T>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private T |
value |
| Modifier | Constructor and Description |
|---|---|
private |
AnimationReadOnlyProperty(java.lang.String name,
T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Returns the current value of this
ObservableObjectValue<T>. |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
private void |
set(T value) |
addListener, addListener, fireValueChangedEvent, removeListener, removeListenertoStringasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValueprivate final java.lang.String name
private T value
private AnimationReadOnlyProperty(java.lang.String name,
T value)
public java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.Stringpublic T get()
ObservableObjectValueObservableObjectValue<T>.private void set(T value)