scalafx.beans.value

Wraps `javafx.beans.value` package.

Individual JavaFX Observable*Value are implemented as specializations of ObservableValue, generated by implicit conversions.

Attributes

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait ObservableValue[T, J] extends Observable, 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 parameters

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.

Attributes

Companion
object
Supertypes
trait Observable
trait SFXDelegate[ObservableValue[J]]
class Object
trait Matchable
class Any
Known subtypes