Class EcoreEditorPerformance_PTest.Editor

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.emf.edit.domain.IEditingDomainProvider, org.eclipse.ui.ide.IGotoMarker, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation
    Enclosing class:
    EcoreEditorPerformance_PTest

    public static final class EcoreEditorPerformance_PTest.Editor
    extends EcoreEditor
    Subclass of the Ecore Editor that injects view-model properties to select our custom EPackage view.
    • Constructor Detail

      • Editor

        public Editor()
    • Method Detail

      • createTreeMasterDetail

        protected TreeMasterDetailComposite createTreeMasterDetail​(org.eclipse.swt.widgets.Composite composite,
                                                                   java.lang.Object editorInput,
                                                                   CreateElementCallback createElementCallback)
        Description copied from class: GenericEditor
        This method creates a tree master detail. Override this method if you want to customize the tree.
        Overrides:
        createTreeMasterDetail in class EcoreEditor
        Parameters:
        composite - the parent composite
        editorInput - the editor input
        createElementCallback - the create element callback to add
        Returns:
        the TreeMasterDetailComposite