Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef3d-dev] INestableEditor changed -- but you get property sheet pages for free

Hi all,

I have added property sheet page support for multi editors, see latest GEF3D blog post (http://dev.eclipse.org/blogs/gef3d/2010/05/05/multi-editor-3d-and-property-sheet-pages/). Unfortunately, I had to change the interface INestableEditor a little bit: initializeAsNested(..) must now return the root element of the nested element, e.g., the diagram, model, or package element. This is used to retrieve the editor reponsible for displaying a certain element (which is then used to select the right property sheet page). The method formerly returned void. Actually, the change is quite simple, while the root element is used with in this method anyway.

Cheers

Jens


Back to the top