-
- All Superinterfaces:
-
WritableValue<Number>
- All Known Subinterfaces:
-
WritableDoubleValue
,WritableFloatValue
,WritableIntegerValue
,WritableLongValue
- 所有已知实现类:
-
DoubleProperty
,DoublePropertyBase
,FloatProperty
,FloatPropertyBase
,IntegerProperty
,IntegerPropertyBase
,JavaBeanDoubleProperty
,JavaBeanFloatProperty
,JavaBeanIntegerProperty
,JavaBeanLongProperty
,LongProperty
,LongPropertyBase
,ReadOnlyDoubleWrapper
,ReadOnlyFloatWrapper
,ReadOnlyIntegerWrapper
,ReadOnlyLongWrapper
,SimpleDoubleProperty
,SimpleFloatProperty
,SimpleIntegerProperty
,SimpleLongProperty
,SimpleStyleableDoubleProperty
,SimpleStyleableFloatProperty
,SimpleStyleableIntegerProperty
,SimpleStyleableLongProperty
,StyleableDoubleProperty
,StyleableFloatProperty
,StyleableIntegerProperty
,StyleableLongProperty
public interface WritableNumberValue extends WritableValue<Number>
标记接口,标记包含数字的所有子接口WritableValue
。- 从以下版本开始:
- JavaFX 2.0
- 另请参见:
-
WritableValue
,WritableDoubleValue
,WritableFloatValue
,WritableIntegerValue
,WritableLongValue
-
-
方法摘要
-
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
-