|
Help with EMF - Multipage editor -
01-22-2009, 08:34 PM
Hi,
I have to build a graphical interface (like EMF generated editor) to build models to describe environmental systems. I already build my model (ecore) and generate
the editor with EMF. But I want to display a different page as different elements are selected. For all model the selecion page will be displayed as the main page. A secondary page will be displayed in response to the type of selected element. For example, if the element selected is of type one, the page will be a text editor, if the element selected is of type two, the page that will be displayed will be a graphical editor, and so on.
How can I do this?
Thanks
|