Class E4TabbedPropertySheetPageContributor
- java.lang.Object
-
- org.palladiosimulator.commons.ui.e4.E4TabbedPropertySheetPageContributor
-
- All Implemented Interfaces:
org.eclipse.eef.properties.ui.api.IEEFTabbedPropertySheetPageContributor
,ITabbedPropertySheetPageContributor
public class E4TabbedPropertySheetPageContributor extends Object implements org.eclipse.eef.properties.ui.api.IEEFTabbedPropertySheetPageContributor, ITabbedPropertySheetPageContributor
This class allows to easily implement a tabbed property sheet page contributor. Simply set it to the IEclipseContext as eitherIEEFTabbedPropertySheetPageContributor
orITabbedPropertySheetPageContributor
before creating the adapter. Furthermore, set the parameter identified byCONTRIBUTOR_ID
to the contributor id of your extension.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTRIBUTOR_ID
-
Constructor Summary
Constructors Constructor Description E4TabbedPropertySheetPageContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContributorId()
void
updateFormTitle(Form form, ISelection selection)
-
-
-
Field Detail
-
CONTRIBUTOR_ID
public static final String CONTRIBUTOR_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContributorId
public String getContributorId()
- Specified by:
getContributorId
in interfaceorg.eclipse.eef.properties.ui.api.IEEFTabbedPropertySheetPageContributor
- Specified by:
getContributorId
in interfaceITabbedPropertySheetPageContributor
-
updateFormTitle
public void updateFormTitle(Form form, ISelection selection)
- Specified by:
updateFormTitle
in interfaceorg.eclipse.eef.properties.ui.api.IEEFTabbedPropertySheetPageContributor
-
-