scalafx.beans.value

Type members

Classlikes

Companion
class
trait ObservableValue[@specialized(Int, Long, Float, Double, Boolean) T, J] extends Observable with SFXDelegate[ObservableValue[J]]

An ObservableValue is an entity that wraps a value and allows to observe the value for changes.

An ObservableValue is an entity that wraps a value and allows to observe the value for changes.

Type Params
J

Indicates Java type to be wrapped by T. Eventually T and J could be the same.

T

Indicates Scala type that will be returned for this Observable.

Companion
object