Class 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.
    • Constructor Detail

      • E4TabbedPropertySheetPageContributor

        public E4TabbedPropertySheetPageContributor()
    • Method Detail

      • updateFormTitle

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