SetProperty

object SetProperty
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Creates a new SetProperty instance using the ObservableSet as the value.

Creates a new SetProperty instance using the ObservableSet as the value.

Value Params
value

the initial value

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

Creates a new SetProperty instance.

Creates a new SetProperty instance.

Value Params
bean

the bean of this SetProperty

name

the name of this SetProperty

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

Creates a new SetProperty instance.

Creates a new SetProperty instance.

Value Params
bean

the bean of this SetProperty

name

the name of this SetProperty

value

the initial value

Implicits

Implicits

implicit def sfxSetProperty2jfx[E](v: SetProperty[E]): SetProperty[E]

Converts a ScalaFX SetProperty to its JavaFX counterpart SetProperty.

Converts a ScalaFX SetProperty to its JavaFX counterpart SetProperty.

Value Params
v

ScalaFX SetProperty

Returns

JavaFX SetProperty