|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITabDescriptor
Represents a tab descriptor for the tabbed property view.
This interface should not be extended or implemented. New instances should be
created using AbstractTabDescriptor
.
Field Summary | |
---|---|
static String |
TOP
If afterTab is not specified in the descriptor, we default to be the top tab. |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.ui.views.properties.tabbed.ITabItem |
---|
getImage, getText, isIndented, isSelected |
Field Detail |
---|
static final String TOP
Method Detail |
---|
TabContents createTab()
String getAfterTab()
String getCategory()
String getId()
String getLabel()
List getSectionDescriptors()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.