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:
WritableValue, WritableNumberValue
  • Method Summary

    Modifier and Type Method Description
    long get()
    Get the wrapped value.
    void set​(long value)
    Set the wrapped value.
    void setValue​(Number value)
    Set the wrapped value.

    Methods inherited from interface javafx.beans.value.WritableValue

    getValue