Interface WritableNumberValue

All Superinterfaces:
WritableValue<Number>
All Known Subinterfaces:
WritableDoubleValue, WritableFloatValue, WritableIntegerValue, WritableLongValue
All Known Implementing Classes:
DoubleProperty, DoublePropertyBase, IntegerProperty, IntegerPropertyBase, LongProperty, LongPropertyBase, SimpleDoubleProperty, SimpleIntegerProperty, SimpleLongProperty, StyleableIntegerProperty

public interface WritableNumberValue extends WritableValue<Number>
A tagging interface that marks all sub-interfaces of WritableValue that wrap a number.
Since:
JavaFX 2.0
See Also: