MapProperty

scalafx.beans.property.MapProperty
See theMapProperty companion class
object MapProperty

Attributes

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

Members list

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 parameters

value

the initial value

Attributes

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

Creates a new MapProperty instance.

Creates a new MapProperty instance.

Value parameters

bean

the bean of this MapProperty

name

the name of this MapProperty

Attributes

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 parameters

bean

the bean of this MapProperty

name

the name of this MapProperty

value

the initial value

Attributes

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 parameters

v

ScalaFX MapProperty

Attributes

Returns

JavaFX MapProperty