Uses of Class
javafx.beans.property.ReadOnlyLongProperty
-
Packages that use ReadOnlyLongProperty 软件包 描述 javafx.beans.property 程序包javafx.beans.property定义了只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property之间的适配器。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of ReadOnlyLongProperty in javafx.beans.property
Subclasses of ReadOnlyLongProperty in javafx.beans.property Modifier and Type Class 描述 classLongProperty这个类定义了一个Property包裹一个long值。classLongPropertyBase类LongPropertyBase是包含long值的属性的基类。classReadOnlyLongPropertyBase所有只读属性的基类包装一个long。classReadOnlyLongWrapper该类提供了一个方便的类来定义只读属性。classSimpleLongPropertyMethods in javafx.beans.property that return ReadOnlyLongProperty Modifier and Type 方法 描述 ReadOnlyLongPropertyReadOnlyLongWrapper. getReadOnlyProperty()返回readonly属性,该属性与此ReadOnlyLongWrapper同步。static <T extends Number>
ReadOnlyLongPropertyReadOnlyLongProperty. readOnlyLongProperty(ReadOnlyProperty<T> property)返回一个ReadOnlyLongProperty的ReadOnlyLongProperty 。 -
Uses of ReadOnlyLongProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyLongProperty in javafx.beans.property.adapter Modifier and Type Class 描述 classJavaBeanLongPropertyAJavaBeanLongProperty在long或Long之间的常规Java Bean属性和JavaFXLongProperty之间提供了一个适配器。classReadOnlyJavaBeanLongPropertyAReadOnlyJavaBeanLongProperty在long或Long之间的常规只读Java Bean属性和JavaFXReadOnlyLongProperty提供了一个适配器。 -
Uses of ReadOnlyLongProperty in javafx.css
Subclasses of ReadOnlyLongProperty in javafx.css Modifier and Type Class 描述 classSimpleStyleableLongProperty这个类扩展了SimpleLongProperty并提供了一个StyleableProperty的完整实现。classStyleableLongProperty这个类扩展了LongPropertyBase并提供了一个StyleableProperty的部分实现。
-