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