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 描述 class
LongProperty
这个类定义了一个Property
包裹一个long
值。class
LongPropertyBase
类LongPropertyBase
是包含long
值的属性的基类。class
ReadOnlyLongPropertyBase
所有只读属性的基类包装一个long
。class
ReadOnlyLongWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleLongProperty
Methods in javafx.beans.property that return ReadOnlyLongProperty Modifier and Type 方法 描述 ReadOnlyLongProperty
ReadOnlyLongWrapper. 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 描述 class
JavaBeanLongProperty
AJavaBeanLongProperty
在long
或Long
之间的常规Java Bean属性和JavaFXLongProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanLongProperty
AReadOnlyJavaBeanLongProperty
在long
或Long
之间的常规只读Java Bean属性和JavaFXReadOnlyLongProperty
提供了一个适配器。 -
Uses of ReadOnlyLongProperty in javafx.css
Subclasses of ReadOnlyLongProperty in javafx.css Modifier and Type Class 描述 class
SimpleStyleableLongProperty
这个类扩展了SimpleLongProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableLongProperty
这个类扩展了LongPropertyBase
并提供了一个StyleableProperty
的部分实现。
-