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
 boolean isVisible(int index)
           
 void setVisible(int index, boolean value)
           
 

Method Detail

isVisible

boolean isVisible(int index)

setVisible

void setVisible(int index,
                boolean value)