Uses of Interface
javafx.beans.property.ReadOnlyProperty
-
Packages that use ReadOnlyProperty 软件包 描述 javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of ReadOnlyProperty in javafx.beans.property
Subinterfaces of ReadOnlyProperty in javafx.beans.property Modifier and Type 接口 描述 interface
Property<T>
通用接口,定义所有(可写)属性共有的方法,与其类型无关。Classes in javafx.beans.property that implement ReadOnlyProperty Modifier and Type Class 描述 class
BooleanProperty
class
BooleanPropertyBase
类BooleanPropertyBase
是包含boolean
值的属性的基类。class
DoubleProperty
这个类定义了一个Property
包裹一个double
值。class
DoublePropertyBase
DoublePropertyBase
类是包含double
值的属性的基类。class
FloatProperty
这个类定义了一个27066718889657包装float
值。class
FloatPropertyBase
类FloatPropertyBase
是包含float
值的属性的基类。class
IntegerProperty
这个类定义了一个Property
包装int
值。class
IntegerPropertyBase
IntegerPropertyBase
类是包含一个int
值的属性的基类。class
ListProperty<E>
这个类提供了一个Property
的全面实现,包装了一个ObservableList
。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>
这个类提供了一个完全实现一个Property
包装任意的Object
。class
ObjectPropertyBase<T>
ObjectPropertyBase
类是包含任意Object
的属性的基类。class
ReadOnlyBooleanProperty
超类为所有只读属性包装一个boolean
。class
ReadOnlyBooleanPropertyBase
所有只读属性的基类包装一个boolean
。class
ReadOnlyBooleanWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyDoubleProperty
超类为所有只读属性包装一个double
。class
ReadOnlyDoublePropertyBase
所有只读属性的基类包装一个double
。class
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyFloatProperty
超类为所有只读属性包装一个float
。class
ReadOnlyFloatPropertyBase
所有只读属性的基类包装一个float
。class
ReadOnlyFloatWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyIntegerProperty
超类为所有只读属性包装一个int
。class
ReadOnlyIntegerPropertyBase
所有只读属性的基类包装一个int
。class
ReadOnlyIntegerWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyListProperty<E>
超类为所有只读属性包装一个ObservableList
。class
ReadOnlyListPropertyBase<E>
所有只读属性的基类包装一个ObservableList
。class
ReadOnlyListWrapper<E>
该类提供了一个方便的类来定义只读属性。class
ReadOnlyLongProperty
超类为所有只读属性包装一个long
。class
ReadOnlyLongPropertyBase
所有只读属性的基类包装一个long
。class
ReadOnlyLongWrapper
该类提供了一个方便的类来定义只读属性。class
ReadOnlyMapProperty<K,V>
超类为所有只读属性包装一个ObservableMap
。class
ReadOnlyMapPropertyBase<K,V>
所有只读属性的基类包装一个ObservableMap
。class
ReadOnlyMapWrapper<K,V>
该类提供了一个方便的类来定义只读属性。class
ReadOnlyObjectProperty<T>
超类为所有只读属性包装任意Object
。class
ReadOnlyObjectPropertyBase<T>
所有只读属性的基类包装任意Object
。class
ReadOnlyObjectWrapper<T>
该类提供了一个方便的类来定义只读属性。class
ReadOnlySetProperty<E>
所有readonly属性的超类包装一个ObservableSet
。class
ReadOnlySetPropertyBase<E>
所有只读属性的基类包装一个ObservableSet
。class
ReadOnlySetWrapper<E>
该类提供了一个方便的类来定义只读属性。class
ReadOnlyStringProperty
超类为所有只读属性包装一个String
。class
ReadOnlyStringPropertyBase
所有只读属性的基类包装一个String
。class
ReadOnlyStringWrapper
该类提供了一个方便的类来定义只读属性。class
SetProperty<E>
这个类提供了一个Property
包装一个ObservableSet
的完整实现。class
SetPropertyBase<E>
SetPropertyBase
类是包装ObservableSet
的属性的基类。class
SimpleBooleanProperty
class
SimpleDoubleProperty
这个类提供了一个Property
包装一个double
值的完整实现。class
SimpleFloatProperty
class
SimpleIntegerProperty
class
SimpleListProperty<E>
这个类提供了一个Property
包装一个ObservableList
的完整实现。class
SimpleLongProperty
class
SimpleMapProperty<K,V>
这个类提供了一个Property
的全面实现,包装了一个ObservableMap
。class
SimpleObjectProperty<T>
这个类提供了一个Property
的完整实现,包装了一个任意的Object
。class
SimpleSetProperty<E>
这个类提供了一个Property
的全面实现,包装了一个ObservableSet
。class
SimpleStringProperty
新新新新新新新新新新旗新新String
class
StringProperty
200新String
class
StringPropertyBase
新新新新新新StringPropertyBase
String
Methods in javafx.beans.property with parameters of type ReadOnlyProperty Modifier and Type 方法 描述 static ReadOnlyBooleanProperty
ReadOnlyBooleanProperty. readOnlyBooleanProperty(ReadOnlyProperty<Boolean> property)
返回一个ReadOnlyBooleanProperty
,其中包含一个ReadOnlyProperty
。static <T extends Number>
ReadOnlyDoublePropertyReadOnlyDoubleProperty. readOnlyDoubleProperty(ReadOnlyProperty<T> property)
返回一个ReadOnlyDoubleProperty
,其中包含一个ReadOnlyProperty
。static <T extends Number>
ReadOnlyFloatPropertyReadOnlyFloatProperty. readOnlyFloatProperty(ReadOnlyProperty<T> property)
返回一个ReadOnlyFloatProperty
,其中包含一个ReadOnlyProperty
。static <T extends Number>
ReadOnlyIntegerPropertyReadOnlyIntegerProperty. readOnlyIntegerProperty(ReadOnlyProperty<T> property)
返回一个ReadOnlyIntegerProperty
,其中包含一个ReadOnlyProperty
。static <T extends Number>
ReadOnlyLongPropertyReadOnlyLongProperty. readOnlyLongProperty(ReadOnlyProperty<T> property)
返回一个ReadOnlyLongProperty
,其中包含一个ReadOnlyProperty
。 -
Uses of ReadOnlyProperty in javafx.beans.property.adapter
Subinterfaces of ReadOnlyProperty in javafx.beans.property.adapter Modifier and Type 接口 描述 interface
JavaBeanProperty<T>
JavaBeanProperty
是可写Java Bean属性和JavaFX属性之间的所有适配器的超级接口。interface
ReadOnlyJavaBeanProperty<T>
JavaBeanProperty
是只读Java Bean属性和JavaFX属性之间的所有适配器的超级界面。Classes in javafx.beans.property.adapter that implement ReadOnlyProperty 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
一个JavaBeanStringProperty
提供类型的普通的Java Bean属性之间的适配器String
和一个JavaFXStringProperty
。class
ReadOnlyJavaBeanBooleanProperty
AReadOnlyJavaBeanBooleanProperty
在类型为boolean
或Boolean
的常规只读Java Bean属性和JavaFXReadOnlyBooleanProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanDoubleProperty
AReadOnlyJavaBeanDoubleProperty
在类型为double
或Double
的常规只读Java Bean属性和JavaFXReadOnlyDoubleProperty
之间提供了适配器。class
ReadOnlyJavaBeanFloatProperty
AReadOnlyJavaBeanFloatProperty
在类型为float
或Float
的常规只读Java Bean属性和JavaFXReadOnlyFloatProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanIntegerProperty
AReadOnlyJavaBeanIntegerProperty
在常规的只读Java Bean属性类型为int
或Integer
和JavaFXReadOnlyIntegerProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanLongProperty
AReadOnlyJavaBeanLongProperty
在long
或Long
之间的常规只读Java Bean属性和JavaFXReadOnlyLongProperty
提供了一个适配器。class
ReadOnlyJavaBeanObjectProperty<T>
AReadOnlyJavaBeanObjectProperty
提供了常规的只读Java Bean属性T
和JavaFXReadOnlyObjectProperty
之间的适配器。class
ReadOnlyJavaBeanStringProperty
AReadOnlyJavaBeanStringProperty
在常规的只读Java Bean属性类型为String
和JavaFXReadOnlyStringProperty
之间提供了一个适配器。 -
Uses of ReadOnlyProperty in javafx.css
Classes in javafx.css that implement ReadOnlyProperty 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
的部分实现。
-