DelegateIncludes

scalafx.delegate.DelegateIncludes
See theDelegateIncludes companion trait

Attributes

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

Members list

Implicits

Inherited implicits

implicit def sfxObjectPropertyWithSFXDelegate2jfxObjectProperty[D <: Object, S <: SFXDelegate[D]](obj: ObjectProperty[S]): ObjectProperty[D]

Type parameters

D

Type wrapped by SFXDelegate

S

A SFXDelegate subtype that wraps D.

Value parameters

obj

ObjectProperty that a wraps Scala's SFXDelegate

Attributes

Returns

A new Java's ObjectProperty

Inherited from:
DelegateIncludes
implicit def sfxReadOnlyObjectWrapperWithSFXDelegate2jfxReadOnlyObjectWrapper[D <: Object, S <: SFXDelegate[D]](obj: ReadOnlyObjectWrapper[S]): ReadOnlyObjectWrapper[D]

Type parameters

D

Type wrapped by SFXDelegate

S

A SFXDelegate subtype that wraps D.

Value parameters

obj

ObjectProperty that a wraps Scala's SFXDelegate

Attributes

Returns

A new Java's ObjectProperty

Inherited from:
DelegateIncludes