Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] multitab editor and OLE control

Hi,

I wrote a simple plugin or eclipse RCP.
It is build of several views.
From these views I may open a Word editor, on the specified file using :
workbenchPage.openEditor(fileEditorInput, IEditorRegistry.SYSTEM_INPLACE_EDITOR_ID);

I wonder how to create a multitab editor, where one of the tabs is
such Word editor open on the specified file, with some propertyies displayed on another tab.
Can anybody help me here?

Darek


Back to the top