[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] EMF generated editor nested inside MultipageEditorPart

I have an EMF project and i want to use the editor from the emf inside a MultipageEditorPart I created.

since nested editors are created directly in code using "addPage(IEditorPart,IEditorInput)", the nested editors (in my case its EMF generated editor) do not have their own contributors.

How can I delgete the MultiPageEditorContributor to call the EMF generated contributor. Do you have any code samples / examples online?