Package org.apache.pivot.wtk
Interface TabPane.Skin
-
- All Known Implementing Classes:
TabPaneSkin,TerraTabPaneSkin
- Enclosing class:
- TabPane
public static interface TabPane.SkinTab pane skin interface. Tab pane skins must implement this interface to facilitate additional communication between the component and the skin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVisible(int index)voidsetVisible(int index, boolean value)
-