T - the type of the wrapped Objectpublic abstract class ReadOnlyObjectProperty<T> extends ObjectExpression<T> implements ReadOnlyProperty<T>
Object.| Constructor and Description |
|---|
ReadOnlyObjectProperty()
The constructor of
ReadOnlyObjectProperty. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns a hash code for this
ReadOnlyObjectProperty object. |
java.lang.String |
toString()
Returns a string representation of this
ReadOnlyObjectProperty object. |
getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetpublic ReadOnlyObjectProperty()
ReadOnlyObjectProperty.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.true if this object is equal to the obj argument; false otherwise.public int hashCode()
ReadOnlyObjectProperty object.hashCode in class java.lang.ObjectReadOnlyObjectProperty object.public java.lang.String toString()
ReadOnlyObjectProperty object.toString in class java.lang.ObjectReadOnlyObjectProperty object.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.