Returns the children of the skin.
This method should delegate to Node.getClassCssMetaData() so that a Node's CssMetaData can be accessed without the need for reflection.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Called by a Skinnable when the Skin is replaced on the Skinnable.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Gets the Node which represents this Skin.
Gets the Skinnable to which this Skin is assigned.
Returns the original delegate's toString() adding a [SFX] prefix.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/SkinBase.html.