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, shouldUseExtraSpace
public AbstractOverridableTabListPropertySection()
public ITabItem[] getTabs()
IOverridableTabList
getTabs
in interface IOverridableTabList
public void selectTab(int tab)
IOverridableTabList
selectTab
in interface IOverridableTabList
tab
- 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.