scalafx.scene.control.Skin
See theSkin companion object
trait Skin[C <: Skinnable] extends SFXDelegate[Skin[C]]
Wraps javafx.scene.control.Skinnable interface.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
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
Gets the Node which represents this Skin.
Gets the Node which represents this Skin.
Attributes
Gets the Skinnable to which this Skin is assigned.
Gets the Skinnable to which this Skin is assigned.
Attributes
Inherited methods
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
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Inherited and Abstract methods
JavaFX object to be wrapped.
In this article