Class TabPaneSkin

java.lang.Object
javafx.scene.control.SkinBase<TabPane>
javafx.scene.control.skin.TabPaneSkin
All Implemented Interfaces:
Skin<TabPane>

public class TabPaneSkin
extends SkinBase<TabPane>
Default skin implementation for the TabPane control.
Since:
9
See Also:
TabPane
  • Constructor Details

    • TabPaneSkin

      public TabPaneSkin​(TabPane control)
      Creates a new TabPaneSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.
  • Method Details

    • getClassCssMetaData

      public static List<CssMetaData<? extends Styleable,​?>> getClassCssMetaData()
      Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.
      Returns:
      the CssMetaData associated with this class, which may include the CssMetaData of its superclasses