Tabbed Container

Tabbed Container Tabbed Container

Tabbed Container hosts widgets by tab.

Operations

With its context menu, you are able to

Special Properties

See Also

Special Methods


getActiveTabIndex

public int getActiveTabIndex()
Get the index of the active tab.

Returns:
the index of the active tab. Index starts from 0.

setActiveTabIndex

public void setActiveTabIndex(int index)
Show tab in this index.

Parameters:
index - the index of the tab to be shown. Index starts from 0.