public interface IOverridableTabList
The overridable tab list is a content provider that provides both the sections and the tab labels.
Modifier and Type | Method and Description |
---|---|
ITabItem[] |
getTabs()
Returns the list of tabs.
|
void |
selectTab(int index)
Select the tab at the provided index.
|
ITabItem[] getTabs()
void selectTab(int index)
index
- the index in the list of tabs to select.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.