public interface ITabDescriptor extends ITabItem
This interface should not be extended or implemented. New instances should be
created using AbstractTabDescriptor
.
Modifier and Type | Field and Description |
---|---|
static String |
TOP
If afterTab is not specified in the descriptor, we default to be the top
tab.
|
Modifier and Type | Method and Description |
---|---|
TabContents |
createTab()
Instantiate this tab's sections.
|
String |
getAfterTab()
Get the identifier of the tab after which this tab should be displayed.
|
String |
getCategory()
Get the category this tab belongs to.
|
String |
getId()
Get the unique identifier for the tab.
|
String |
getLabel()
Get the text label for the tab.
|
List |
getSectionDescriptors()
Get the list of section descriptors for the tab.
|
getImage, getText, isIndented, isSelected
static final String TOP
TabContents createTab()
String getAfterTab()
String getCategory()
String getId()
String getLabel()
List getSectionDescriptors()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.