scalafx.beans

value

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ObservableValue[T, J] extends Observable with SFXDelegate[javafx.beans.value.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.

    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

Inherited from AnyRef

Inherited from Any

Ungrouped