ReadOnlyMapWrapper

scalafx.beans.property.ReadOnlyMapWrapper
See theReadOnlyMapWrapper companion class

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]): ReadOnlyMapWrapper[K, V]

Creates a new ReadOnlyMapWrapper instance.

Creates a new ReadOnlyMapWrapper instance.

Value parameters

value

the initial value of the wrapped value

Attributes

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

Creates a new ReadOnlyMapWrapper.

Creates a new ReadOnlyMapWrapper.

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]): ReadOnlyMapWrapper[K, V]

Creates a new ReadOnlyMapWrapper.

Creates a new ReadOnlyMapWrapper.

Value parameters

bean

the bean of this MapProperty

name

the name of this MapProperty

value

the initial value

Attributes

Implicits

Implicits

implicit def sfxReadOnlyMapWrapper2jfx[K, V](v: ReadOnlyMapWrapper[K, V]): ReadOnlyMapWrapper[K, V]

Converts a ScalaFX ReadOnlyMapWrapper to its JavaFX counterpart ReadOnlyMapWrapper.

Converts a ScalaFX ReadOnlyMapWrapper to its JavaFX counterpart ReadOnlyMapWrapper.

Value parameters

v

ScalaFX ReadOnlyMapWrapper

Attributes

Returns

JavaFX ReadOnlyMapWrapper