Interface ITabDescriptorProvider
public interface ITabDescriptorProvider
Represents a tab descriptor provider for the tabbed property view.
- Since:
- 3.4
- Author:
- Anthony Hunter
- 
Method SummaryModifier and TypeMethodDescriptiongetTabDescriptors(IWorkbenchPart part, ISelection selection) Returns all tab descriptors.
- 
Method Details- 
getTabDescriptorsReturns all tab descriptors.- Parameters:
- part- the workbench part containing the selection
- selection- the current selection.
- Returns:
- all section descriptors.
 
 
-