Class SkinBase<C extends Control>

java.lang.Object
javafx.scene.control.SkinBase<C>
Type Parameters:
C - the type of the control
All Implemented Interfaces:
Skin<C>
Direct Known Subclasses:
AccordionSkin, ButtonBarSkin, ChoiceBoxSkin, ComboBoxBaseSkin, HTMLEditorSkin, LabeledSkinBase, MenuBarSkin, MenuButtonSkinBase, PaginationSkin, ProgressIndicatorSkin, ScrollBarSkin, ScrollPaneSkin, SeparatorSkin, SliderSkin, SpinnerSkin, SplitPaneSkin, TabPaneSkin, TextInputControlSkin, ToolBarSkin, VirtualContainerBase

public abstract class SkinBase<C extends Control> extends Object implements Skin<C>
Base implementation class for defining the visual representation of user interface controls by defining a scene graph of nodes to represent the skin. A user interface control is abstracted behind the Skinnable interface.
Since:
JavaFX 8.0