I would like to add a GraphicalEditor to a multipage editor. However, when I simply call

addPage(new MyEditor()); 

inside addPages(), I have an error since. Since my GEF editor extends GraphicalEditor, it cannot extend also FormPage. So, I made it implement IFormPage. But, I still get errors, actually it says that the editor that I'm using for the multipage editor cannot be cast to the one that corresponds to the my graphical editor.

So, finally How can we add a GEF editor to the multipage editor?

Any hint please to solve that?

link|improve this question
feedback

1 Answer

http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246302.html

this book could help you: it's a bit old but still useful (and free)

Saluti

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.