TabControl Class

TabControl Class

This Package | All Packages

TabStrip
  |
  +--TabControl
public class TabControl
extends TabStrip

This control inherits the functionality of a TabStrip but manages a list of tabs for pages to be stored.

Constructors
Name Description
TabControl() Topic under construction.

Methods
Name Description
add(Control control) Topic under construction.
getControl(int index) Topic under construction.
getControlCount() Topic under construction.
getControls() Topic under construction.
remove(Control control) Topic under construction.
setNewControls(Control[] value) Topic under construction.

Constructors

TabControl.TabControl

Syntax
public TabControl();
Description

Topic under construction.

Methods

TabControl.add

Syntax
public void add( Control control );
Description

Topic under construction.

TabControl.getControl

Syntax
public Control getControl( int index );
Description

Topic under construction.

TabControl.getControlCount

Syntax
public int getControlCount();
Description

Topic under construction.

TabControl.getControls

Syntax
public Control[] getControls();
Description

Topic under construction.

TabControl.remove

Syntax
public void remove( Control control );
Description

Topic under construction.

TabControl.setNewControls

Syntax
public void setNewControls( Control[] value );
Description

Topic under construction.