public class LegacyTabDescriptorProvider extends java.lang.Object implements IEEFTabDescriptorProvider
| Constructor and Description |
|---|
LegacyTabDescriptorProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IEEFTabDescriptor> |
get(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection,
IEEFTabbedPropertySheetPageContributor contributor)
Returns an
IEEFTabDescriptor. |
public java.util.Collection<IEEFTabDescriptor> get(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection, IEEFTabbedPropertySheetPageContributor contributor)
IEEFTabDescriptor.get in interface IEEFTabDescriptorProviderpart - The current partselection - The current selectioncontributor - The contributorIEEFTabDescriptorIEEFTabDescriptorProvider.get(IWorkbenchPart part, ISelection selection,
IEEFTabbedPropertySheetPageContributor contributor)