SkinBase

abstract class SkinBase[C <: Control] extends SFXDelegate[SkinBase[C]]
trait SFXDelegate[SkinBase[C]]
class Object
trait Matchable
class Any

Value members

Concrete methods

Returns the children of the skin.

Returns the children of the skin.

def cssMetaData: Buffer[CssMetaData[_ <: Styleable, _]]

This method should delegate to Node.getClassCssMetaData() so that a Node's CssMetaData can be accessed without the need for reflection.

This method should delegate to Node.getClassCssMetaData() so that a Node's CssMetaData can be accessed without the need for reflection.

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.

def node: Node

Gets the Node which represents this Skin.

Gets the Node which represents this Skin.

def pseudoClassStateChanged(pseudoClass: PseudoClass, active: Boolean): Unit
def skinnable: C

Gets the Skinnable to which this Skin is assigned.

Gets the Skinnable to which this Skin is assigned.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: SkinBase[C]