ReadOnlyBufferProperty

scalafx.beans.property.ReadOnlyBufferProperty
See theReadOnlyBufferProperty companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Implicits

implicit def sfxReadOnlyBufferProperty2jfx[E](v: ReadOnlyBufferProperty[E]): ReadOnlyListProperty[E]

Converts a ScalaFX ReadOnlyBufferProperty to its JavaFX counterpart ReadOnlyListProperty.

Converts a ScalaFX ReadOnlyBufferProperty to its JavaFX counterpart ReadOnlyListProperty.

Value parameters

v

ScalaFX ReadOnlyBufferProperty

Attributes

Returns

JavaFX ReadOnlyListProperty