public abstract class ReadOnlyBooleanProperty extends BooleanExpression implements ReadOnlyProperty<java.lang.Boolean>
boolean.| Constructor and Description |
|---|
ReadOnlyBooleanProperty()
The constructor of
ReadOnlyBooleanProperty. |
| 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
ReadOnlyBooleanProperty object. |
java.lang.String |
toString()
Returns a string representation of this
ReadOnlyBooleanProperty object. |
and, asString, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetpublic ReadOnlyBooleanProperty()
ReadOnlyBooleanProperty.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()
ReadOnlyBooleanProperty object.hashCode in class java.lang.ObjectReadOnlyBooleanProperty object.public java.lang.String toString()
ReadOnlyBooleanProperty object.toString in class java.lang.ObjectReadOnlyBooleanProperty object.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.