Instances of this class implement the notebook user interface
metaphor. It allows the user to select a notebook page from
set of pages.
The item children that may be added to instances of this class
must be of type TabItem.
Control children are created and then set into a
tab item using TabItem#setControl.
Note that although this class is a subclass of Composite,
it does not make sense to set a layout on it.
Styles:
TOP, BOTTOM
Events:
Selection
Note: Only one of the styles TOP and BOTTOM may be specified.
IMPORTANT: This class is not intended to be subclassed.
The item children that may be added to instances of this class must be of type
TabItem.Controlchildren are created and then set into a tab item usingTabItem#setControl.Note that although this class is a subclass of
Composite, it does not make sense to set a layout on it.Note: Only one of the styles TOP and BOTTOM may be specified.
IMPORTANT: This class is not intended to be subclassed.