Package

scalafx.beans

value

Permalink

package value

Wraps javafx.beans.value package.

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. value
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ObservableValue[T, J] extends Observable with SFXDelegate[javafx.beans.value.ObservableValue[J]]

    Permalink

    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.

    T

    Indicates Scala type that will be returned for this Observable.

    J

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

Value Members

  1. object ObservableValue

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped