TabStrip.setTabs

Overview | Methods | This Package | All Packages

TabStrip.setTabs

Adds a set of tabs to the tab strip after removing all existing tabs.

Syntax

public final void setTabs( TabItem[] value )

public final void setTabs( String[] value )

Parameters

value

A zero-based array of TabItem objects that represent the tabs to populate this tab strip with. The order of the tabs is the order in which they are displayed in the tab strip.

value

A zero-based array of strings objects that represent the text for the tabs to populate this tab strip with. One TabItem object is created to contain each string and is then added to the tab strip. The order of the tabs is the order in which they are displayed in the tab strip.

See Also   getTabs