SetProperty

scalafx.beans.property.SetProperty
See theSetProperty companion class
object SetProperty

Attributes

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

Members list

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 parameters

value

the initial value

Attributes

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

Creates a new SetProperty instance.

Creates a new SetProperty instance.

Value parameters

bean

the bean of this SetProperty

name

the name of this SetProperty

Attributes

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

Creates a new SetProperty instance.

Creates a new SetProperty instance.

Value parameters

bean

the bean of this SetProperty

name

the name of this SetProperty

value

the initial value

Attributes

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 parameters

v

ScalaFX SetProperty

Attributes

Returns

JavaFX SetProperty