ReadOnlySetWrapper

scalafx.beans.property.ReadOnlySetWrapper
See theReadOnlySetWrapper companion class

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]): ReadOnlySetWrapper[E]

Creates a new ReadOnlySetWrapper instance.

Creates a new ReadOnlySetWrapper instance.

Value parameters

value

the initial value of the wrapped value

Attributes

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

Creates a new ReadOnlySetWrapper.

Creates a new ReadOnlySetWrapper.

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]): ReadOnlySetWrapper[E]

Creates a new ReadOnlySetWrapper.

Creates a new ReadOnlySetWrapper.

Value parameters

bean

the bean of this SetProperty

name

the name of this SetProperty

value

the initial value

Attributes

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 parameters

v

ScalaFX ReadOnlySetWrapper

Attributes

Returns

JavaFX ReadOnlySetWrapper