DelegateIncludes

scalafx.delegate.DelegateIncludes
See theDelegateIncludes companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DelegateIncludes.type
trait Includes
object Includes.type

Members list

Implicits

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

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