MapProperty

object MapProperty
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[K, V](value: ObservableMap[K, V]): MapProperty[K, V]

Creates a new MapProperty instance using the ObservableMap as the value.

Creates a new MapProperty instance using the ObservableMap as the value.

Value Params
value

the initial value

def apply[K, V](bean: Any, name: String): MapProperty[K, V]

Creates a new MapProperty instance.

Creates a new MapProperty instance.

Value Params
bean

the bean of this MapProperty

name

the name of this MapProperty

def apply[K, V](bean: Any, name: String, value: ObservableMap[K, V]): MapProperty[K, V]

Creates a new MapProperty instance.

Creates a new MapProperty instance.

Value Params
bean

the bean of this MapProperty

name

the name of this MapProperty

value

the initial value

Implicits

Implicits

implicit def sfxMapProperty2jfx[K, V](v: MapProperty[K, V]): MapProperty[K, V]

Converts a ScalaFX MapProperty to its JavaFX counterpart MapProperty.

Converts a ScalaFX MapProperty to its JavaFX counterpart MapProperty.

Value Params
v

ScalaFX MapProperty

Returns

JavaFX MapProperty