Uses of Interface
javafx.beans.value.WritableValue
-
Packages that use WritableValue 软件包 描述 javafx.animation 提供一组类,便于使用基于过渡的动画。javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.beans.value 包javafx.beans.value
包含两个基本接口ObservableValue
和WritableValue
及其所有子接口。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of WritableValue in javafx.animation
Methods in javafx.animation that return WritableValue Modifier and Type 方法 描述 WritableValue<?>
KeyValue. getTarget()
返回此KeyValue
的目标Constructors in javafx.animation with parameters of type WritableValue Constructor 描述 KeyValue(WritableValue<T> target, T endValue)
创建一个KeyValue
,使用Interpolator.LINEAR
。KeyValue(WritableValue<T> target, T endValue, Interpolator interpolator)
创建一个KeyValue
。 -
Uses of WritableValue in javafx.beans.property
Subinterfaces of WritableValue in javafx.beans.property Modifier and Type 接口 描述 interface
Property<T>
通用接口,定义所有(可写)属性共有的方法,与其类型无关。Classes in javafx.beans.property that implement WritableValue Modifier and Type Class 描述 class
BooleanProperty
class
BooleanPropertyBase
BooleanPropertyBase
类是包含boolean
值的属性的基类。class
DoubleProperty
这个类定义了一个Property
包裹一个double
值。class
DoublePropertyBase
DoublePropertyBase
类是包含double
值的属性的基类。class
FloatProperty
这个类定义了一个Property
包装float
值。class
FloatPropertyBase
FloatPropertyBase
类是包含float
值的属性的基类。class
IntegerProperty
这个类定义了一个包含int
值的int
。class
IntegerPropertyBase
IntegerPropertyBase
类是包含int
值的属性的基类。class
ListProperty<E>
这个类提供了一个包含ObservableList
的Property
的完整实现。class
ListPropertyBase<E>
ListPropertyBase
类是一个包装ObservableList
的属性的基类。class
LongProperty
这个类定义了一个Property
包裹一个long
值。class
LongPropertyBase
LongPropertyBase
类是包含long
值的属性的基类。class
MapProperty<K,V>
这个类提供了一个Property
的全面实现,包装了一个ObservableMap
。class
MapPropertyBase<K,V>
MapPropertyBase
类是包装ObservableMap
的属性的基类。class
ObjectProperty<T>
class
ObjectPropertyBase<T>
ObjectPropertyBase
类是包含任意Object
的属性的基类。class
ReadOnlyBooleanWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyFloatWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyIntegerWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyListWrapper<E>
该类提供了一个方便的类来定义只读属性。class
ReadOnlyLongWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyMapWrapper<K,V>
该类提供了一个方便的类来定义只读属性。class
ReadOnlyObjectWrapper<T>
该类提供了一个方便的类来定义只读属性。class
ReadOnlySetWrapper<E>
该类提供了一个方便的类来定义只读属性。class
ReadOnlyStringWrapper
该类提供了一个方便的类来定义只读属性。class
SetProperty<E>
这个类提供了一个包含ObservableSet
的Property
的完整实现。class
SetPropertyBase<E>
SetPropertyBase
类是包装ObservableSet
的属性的基类。class
SimpleBooleanProperty
class
SimpleDoubleProperty
class
SimpleFloatProperty
class
SimpleIntegerProperty
class
SimpleListProperty<E>
这个类提供了一个Property
的全面实现,包装了一个ObservableList
。class
SimpleLongProperty
class
SimpleMapProperty<K,V>
这个类提供了一个包含ObservableMap的ObservableMap
的完整实现。class
SimpleObjectProperty<T>
这个类提供了一个Property
的全面实现,包装任意的Object
。class
SimpleSetProperty<E>
这个类提供了一个Property
的全面实现,包装了一个ObservableSet
。class
SimpleStringProperty
class
StringProperty
class
StringPropertyBase
StringPropertyBase
类是包含String
值的属性的基类。 -
Uses of WritableValue in javafx.beans.property.adapter
Subinterfaces of WritableValue in javafx.beans.property.adapter Modifier and Type 接口 描述 interface
JavaBeanProperty<T>
JavaBeanProperty
是可写Java Bean属性和JavaFX属性之间的所有适配器的超级接口。Classes in javafx.beans.property.adapter that implement WritableValue Modifier and Type Class 描述 class
JavaBeanBooleanProperty
AJavaBeanBooleanProperty
在类型为boolean
或Boolean
的常规Java Bean属性和JavaFXBooleanProperty
之间提供了一个适配器。class
JavaBeanDoubleProperty
AJavaBeanDoubleProperty
在double
或Double
之间的常规Java Bean属性和JavaFXDoubleProperty
之间提供了一个适配器。class
JavaBeanFloatProperty
AJavaBeanFloatProperty
在类型为float
或Float
的常规Java Bean属性和JavaFXFloatProperty
之间提供了一个适配器。class
JavaBeanIntegerProperty
AJavaBeanIntegerProperty
在int
或Integer
之间的常规Java Bean属性和JavaFXIntegerProperty
之间提供了一个适配器。class
JavaBeanLongProperty
AJavaBeanLongProperty
在类型为long
或Long
的常规Java Bean属性和JavaFXLongProperty
之间提供了一个适配器。class
JavaBeanObjectProperty<T>
AJavaBeanObjectProperty
在T
类型的常规Java Bean属性和JavaFXObjectProperty<T>
之间提供了一个适配器。class
JavaBeanStringProperty
AJavaBeanStringProperty
在类型为String
的常规Java Bean属性和JavaFXStringProperty
之间提供了一个适配器。 -
Uses of WritableValue in javafx.beans.value
Subinterfaces of WritableValue in javafx.beans.value Modifier and Type 接口 描述 interface
WritableBooleanValue
一个可写布尔值。interface
WritableDoubleValue
一个可写的双重值。interface
WritableFloatValue
可写浮点值。interface
WritableIntegerValue
一个可写的int值。interface
WritableListValue<E>
对ObservableList
的可写参考。interface
WritableLongValue
一个可写的长期价值。interface
WritableMapValue<K,V>
可写参考一个ObservableMap
。interface
WritableNumberValue
标记接口,标记包含数字的所有子接口WritableValue
。interface
WritableObjectValue<T>
可写类型值。interface
WritableSetValue<E>
可写参考一个ObservableSet
。interface
WritableStringValue
一个可写的字符串。 -
Uses of WritableValue in javafx.css
Subinterfaces of WritableValue in javafx.css Modifier and Type 接口 描述 interface
StyleableProperty<T>
StyleableProperty允许一个javafx.beans.property
从CSS样式。Classes in javafx.css that implement WritableValue Modifier and Type Class 描述 class
SimpleStyleableBooleanProperty
该课程扩展了SimpleBooleanProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableDoubleProperty
这个类扩展了SimpleDoubleProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableFloatProperty
该课程扩展了SimpleFloatProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableIntegerProperty
该课程扩展了SimpleIntegerProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableLongProperty
该课程扩展了SimpleLongProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableObjectProperty<T>
该课程扩展了SimpleObjectProperty
并提供了一个StyleableProperty
的完整实现。class
SimpleStyleableStringProperty
该课程扩展了SimpleStringProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableBooleanProperty
这个类扩展了BooleanPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableDoubleProperty
这个类扩展了DoublePropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableFloatProperty
这个类扩展了FloatPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableIntegerProperty
这个类扩展了IntegerPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableLongProperty
这个类扩展了LongPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableObjectProperty<T>
该类扩展了ObjectPropertyBase
并提供了一个StyleableProperty
的部分实现。class
StyleableStringProperty
这个类扩展了StringPropertyBase
并提供了一个StyleableProperty
的部分实现。
-