Uses of Class
javafx.beans.property.ReadOnlySetProperty
-
Packages that use ReadOnlySetProperty 软件包 描述 javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。 -
-
Uses of ReadOnlySetProperty in javafx.beans.property
Subclasses of ReadOnlySetProperty in javafx.beans.property Modifier and Type Class 描述 class
ReadOnlySetPropertyBase<E>
所有只读属性的基类包装一个ObservableSet
。class
ReadOnlySetWrapper<E>
该类提供了一个方便的类来定义只读属性。class
SetProperty<E>
这个类提供了一个Property
包装一个ObservableSet
的完整实现。class
SetPropertyBase<E>
SetPropertyBase
类是包装ObservableSet
的属性的基类。class
SimpleSetProperty<E>
这个类提供了一个Property
的全面实现,包装了一个ObservableSet
。Methods in javafx.beans.property that return ReadOnlySetProperty Modifier and Type 方法 描述 ReadOnlySetProperty<E>
ReadOnlySetWrapper. getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlySetWrapper
.
-