ReadOnlyMapWrapper

Companion
class
class Object
trait Matchable
class Any

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 Params
value

the initial value of the wrapped value

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

Creates a new ReadOnlyMapWrapper.

Creates a new ReadOnlyMapWrapper.

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

Creates a new ReadOnlyMapWrapper.

Creates a new ReadOnlyMapWrapper.

Value Params
bean

the bean of this MapProperty

name

the name of this MapProperty

value

the initial value

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 Params
v

ScalaFX ReadOnlyMapWrapper

Returns

JavaFX ReadOnlyMapWrapper