private final class Image.ObjectPropertyImpl<T> extends ReadOnlyObjectPropertyBase<T>
| Constructor and Description |
|---|
Image.ObjectPropertyImpl(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
fireValueChangedEvent()
Sends notifications to all attached
InvalidationListeners and
ChangeListeners. |
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.
|
void |
set(T value) |
void |
store(T value) |
addListener, addListener, removeListener, removeListenerequals, hashCode, toStringgetValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuepublic void store(T value)
public void set(T value)
public void fireValueChangedEvent()
ReadOnlyObjectPropertyBaseInvalidationListeners and
ChangeListeners.
This method needs to be called, if the value of this property changes.fireValueChangedEvent in class ReadOnlyObjectPropertyBase<T>public T get()
ObservableObjectValueObservableObjectValue<T>.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.StringCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.