java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
- Type Parameters:
T
- the type of the wrappedObject
- All Implemented Interfaces:
Observable
,ReadOnlyProperty<T>
,ObservableObjectValue<T>
,ObservableValue<T>
- Direct Known Subclasses:
ObjectProperty
,ReadOnlyObjectPropertyBase
public abstract class ReadOnlyObjectProperty<T>
extends ObjectExpression<T>
implements ReadOnlyProperty<T>
Superclass for all readonly properties wrapping an arbitrary
Object
.
For specialized implementations for ObservableList
, ObservableSet
and
ObservableMap
that also report changes inside the collections, see
ReadOnlyListProperty
, ReadOnlySetProperty
and ReadOnlyMapProperty
, respectively.- Since:
- JavaFX 2.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods declared in class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods declared in interface javafx.beans.Observable
addListener, removeListener
Methods declared in interface javafx.beans.value.ObservableObjectValue
get
Methods declared in interface javafx.beans.value.ObservableValue
addListener, flatMap, getValue, map, orElse, removeListener, when
Methods declared in interface javafx.beans.property.ReadOnlyProperty
getBean, getName
-
Constructor Details
-
ReadOnlyObjectProperty
public ReadOnlyObjectProperty()The constructor ofReadOnlyObjectProperty
.
-
-
Method Details