public class AbstractOverridableTabListPropertySection extends AbstractPropertySection implements IOverridableTabList
STANDARD_LABEL_WIDTH| Constructor and Description |
|---|
AbstractOverridableTabListPropertySection() |
| Modifier and Type | Method and Description |
|---|---|
ITabItem[] |
getTabs()
Returns the list of tabs.
|
void |
selectTab(int tab)
Select the tab at the provided index.
|
aboutToBeHidden, aboutToBeShown, createControls, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, refresh, setInput, shouldUseExtraSpacepublic AbstractOverridableTabListPropertySection()
public ITabItem[] getTabs()
IOverridableTabListgetTabs in interface IOverridableTabListpublic void selectTab(int tab)
IOverridableTabListselectTab in interface IOverridableTabListtab - the index in the list of tabs to select.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.