-
- すべてのスーパー・インタフェース:
WritableValue<Number>
- 既知のすべてのサブインタフェース:
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
-
-
メソッドのサマリー
-
インタフェース javafx.beans.value.WritableValueで宣言されたメソッド
getValue, setValue
-
-