ReadOnlyMapProperty

scalafx.beans.property.ReadOnlyMapProperty
See theReadOnlyMapProperty companion class

Attributes

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

Members list

Implicits

Implicits

implicit def sfxReadOnlyMapProperty2jfx[K, V](v: ReadOnlyMapProperty[K, V]): ReadOnlyMapProperty[K, V]

Converts a ScalaFX ReadOnlyMapProperty to its JavaFX counterpart ReadOnlyMapProperty.

Converts a ScalaFX ReadOnlyMapProperty to its JavaFX counterpart ReadOnlyMapProperty.

Value parameters

v

ScalaFX ReadOnlyMapProperty

Attributes

Returns

JavaFX ReadOnlyMapProperty