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 描述 classReadOnlySetPropertyBase<E>所有只读属性的基类包装一个ObservableSet。classReadOnlySetWrapper<E>该类提供了一个方便的类来定义只读属性。classSetProperty<E>这个类提供了一个Property包装一个ObservableSet的完整实现。classSetPropertyBase<E>SetPropertyBase类是包装ObservableSet的属性的基类。classSimpleSetProperty<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.
-