Skin

scalafx.scene.control.Skin
See theSkin companion object
trait Skin[C <: Skinnable] extends SFXDelegate[Skin[C]]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[Skin[C]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def dispose(): Unit

Called by a Skinnable when the Skin is replaced on the Skinnable.

Called by a Skinnable when the Skin is replaced on the Skinnable.

Attributes

def node: Node

Gets the Node which represents this Skin.

Gets the Node which represents this Skin.

Attributes

def skinnable: C

Gets the Skinnable to which this Skin is assigned.

Gets the Skinnable to which this Skin is assigned.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Inherited and Abstract methods

def delegate: Skin[C]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

Inherited from:
SFXDelegate