Module javafx.base

Interface WritableLongValue

All Superinterfaces:
WritableNumberValue, WritableValue<Number>
All Known Implementing Classes:
JavaBeanLongProperty, LongProperty, LongPropertyBase, ReadOnlyLongWrapper, SimpleLongProperty, SimpleStyleableLongProperty, StyleableLongProperty

public interface WritableLongValue extends WritableNumberValue
A writable long value.
Since:
JavaFX 2.0
See Also: