ReadOnlySetWrapper

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[E](value: ObservableSet[E]): ReadOnlySetWrapper[E]

Creates a new ReadOnlySetWrapper instance.

Creates a new ReadOnlySetWrapper instance.

Value Params
value

the initial value of the wrapped value

def apply[E](bean: Any, name: String): ReadOnlySetWrapper[E]

Creates a new ReadOnlySetWrapper.

Creates a new ReadOnlySetWrapper.

Value Params
bean

the bean of this SetProperty

name

the name of this SetProperty

def apply[E](bean: Any, name: String, value: ObservableSet[E]): ReadOnlySetWrapper[E]

Creates a new ReadOnlySetWrapper.

Creates a new ReadOnlySetWrapper.

Value Params
bean

the bean of this SetProperty

name

the name of this SetProperty

value

the initial value

Implicits

Implicits

implicit def sfxReadOnlySetWrapper2jfx[E](v: ReadOnlySetWrapper[E]): ReadOnlySetWrapper[E]

Converts a ScalaFX ReadOnlySetWrapper to its JavaFX counterpart ReadOnlySetWrapper.

Converts a ScalaFX ReadOnlySetWrapper to its JavaFX counterpart ReadOnlySetWrapper.

Value Params
v

ScalaFX ReadOnlySetWrapper

Returns

JavaFX ReadOnlySetWrapper