Interface ITabDescriptorProvider
-
public interface ITabDescriptorProviderRepresents a tab descriptor provider for the tabbed property view.- Since:
- 3.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITabDescriptor[]getTabDescriptors(IWorkbenchPart part, ISelection selection)Returns all tab descriptors.
-
-
-
Method Detail
-
getTabDescriptors
ITabDescriptor[] getTabDescriptors(IWorkbenchPart part, ISelection selection)
Returns all tab descriptors.- Parameters:
part- the workbench part containing the selectionselection- the current selection.- Returns:
- all section descriptors.
-
-