public class EEFLegacyTabbedPropertySheetPageContributor extends java.lang.Object implements IEEFTabbedPropertySheetPageContributor
IEEFTabbedPropertySheetPageContributor.| Constructor and Description |
|---|
EEFLegacyTabbedPropertySheetPageContributor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContributorId()
Returns the contributor ID for the tabbed property sheet page.
|
void |
updateFormTitle(org.eclipse.ui.forms.widgets.Form form,
org.eclipse.jface.viewers.ISelection selection)
Updates the text and label.
|
public EEFLegacyTabbedPropertySheetPageContributor()
public java.lang.String getContributorId()
IEEFTabbedPropertySheetPageContributorgetContributorId in interface IEEFTabbedPropertySheetPageContributorpublic void updateFormTitle(org.eclipse.ui.forms.widgets.Form form,
org.eclipse.jface.viewers.ISelection selection)
updateFormTitle in interface IEEFTabbedPropertySheetPageContributorform - The formselection - The current selectionIEEFTabbedPropertySheetPageContributor.updateFormTitle(org.eclipse.ui.forms.widgets.Form,
org.eclipse.jface.viewers.ISelection)