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 either IEEFTabbedPropertySheetPageContributor or ITabbedPropertySheetPageContributor before creating the adapter. Furthermore, set the parameter identified by CONTRIBUTOR_ID to the contributor id of your extension.
  • Field Details

  • Constructor Details

    • E4TabbedPropertySheetPageContributor

      public E4TabbedPropertySheetPageContributor()
  • Method Details

    • getContributorId

      public String getContributorId()
      Specified by:
      getContributorId in interface org.eclipse.eef.properties.ui.api.IEEFTabbedPropertySheetPageContributor
      Specified by:
      getContributorId in interface ITabbedPropertySheetPageContributor
    • updateFormTitle

      public void updateFormTitle(Form form, ISelection selection)
      Specified by:
      updateFormTitle in interface org.eclipse.eef.properties.ui.api.IEEFTabbedPropertySheetPageContributor