protected Skin<?> createDefaultSkin ()

Create a new instance of the default skin for this control. This is called to create a skin for the control if no skin is provided via CSS -fx-skin or set explicitly in a sub-class with setSkin(...).

Returns:  new instance of default skin for this control. If null then the control will have no skin unless one is provided by css.

Since:  JavaFX 8.0