DelegateIncludes

scalafx.delegate.DelegateIncludes
See theDelegateIncludes companion object

Attributes

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

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