Interface TabPane.Skin

  • All Known Implementing Classes:
    TabPaneSkin, TerraTabPaneSkin
    Enclosing class:
    TabPane

    public static interface TabPane.Skin
    Tab pane skin interface. Tab pane skins must implement this interface to facilitate additional communication between the component and the skin.
    • Method Detail

      • isVisible

        boolean isVisible​(int index)
      • setVisible

        void setVisible​(int index,
                        boolean value)