java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
- Type Parameters:
- T- the type of the wrapped- Object
- 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:
- ObservableObjectValue,- ObjectExpression,- ReadOnlyProperty
- 
Constructor SummaryConstructors Constructor Description ReadOnlyObjectProperty()The constructor ofReadOnlyObjectProperty.
- 
Method SummaryMethods declared in class javafx.beans.binding.ObjectExpressionasString, asString, asString, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods declared in interface javafx.beans.ObservableaddListener, removeListenerMethods declared in interface javafx.beans.value.ObservableObjectValuegetMethods declared in interface javafx.beans.value.ObservableValueaddListener, getValue, removeListenerMethods declared in interface javafx.beans.property.ReadOnlyPropertygetBean, getName
- 
Constructor Details- 
ReadOnlyObjectPropertypublic ReadOnlyObjectProperty()The constructor ofReadOnlyObjectProperty.
 
- 
- 
Method Details