private final class ImageCursor.ObjectPropertyImpl<T>
extends javafx.beans.property.ReadOnlyObjectPropertyBase<T>
Constructor and Description |
---|
ImageCursor.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 |
store(T value) |
addListener, addListener, removeListener, removeListener
equals, hashCode, toString
getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
public ImageCursor.ObjectPropertyImpl(java.lang.String name)
public void store(T value)
public void fireValueChangedEvent()
javafx.beans.property.ReadOnlyObjectPropertyBase
InvalidationListeners
and
ChangeListeners
.
This method needs to be called, if the value of this property changes.fireValueChangedEvent
in class javafx.beans.property.ReadOnlyObjectPropertyBase<T>
public T get()
javafx.beans.value.ObservableObjectValue
ObservableObjectValue<T>
.public java.lang.Object getBean()
javafx.beans.property.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()
javafx.beans.property.ReadOnlyProperty
String
.String
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.