- java.lang.Object
-
- javafx.beans.binding.ObjectExpression<T>
-
- javafx.beans.property.ReadOnlyObjectProperty<T>
-
- 参数类型
-
T- 包装的类型Object
- All Implemented Interfaces:
-
Observable,ReadOnlyProperty<T>,ObservableObjectValue<T>,ObservableValue<T>
- 已知直接子类:
-
ObjectProperty,ReadOnlyObjectPropertyBase
public abstract class ReadOnlyObjectProperty<T> extends ObjectExpression<T> implements ReadOnlyProperty<T>
超类为所有只读属性包装任意Object。 对于专门的实现ObservableList,ObservableSet和ObservableMap也报告集合内的变化,看到ReadOnlyListProperty,ReadOnlySetProperty和ReadOnlyMapProperty分别。- 从以下版本开始:
- JavaFX 2.0
- 另请参见:
-
ObservableObjectValue,ObjectExpression,ReadOnlyProperty
-
-
构造方法摘要
构造方法 Constructor 描述 ReadOnlyObjectProperty()构造函数为ReadOnlyObjectProperty。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 StringtoString()返回此ReadOnlyObjectProperty对象的字符串表示形式。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
-
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
-
Methods inherited from interface javafx.beans.value.ObservableObjectValue
get
-
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
-
Methods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
-
-