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, removeListener
toString
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
private final java.lang.String name
private T value
private AnimationReadOnlyProperty(java.lang.String name, T value)
public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.String
public T get()
ObservableObjectValue
ObservableObjectValue<T>
.private void set(T value)