Package org.apache.pivot.wtk
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isVisible(int index)
void
setVisible(int index, boolean value)
-