[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Properties/Wizard

Hi all, I have the following question:

in my GMF-ECore-Model, there is a Class "Item". This class has a field "contents" (a set) which takes elements of the class "Content", which is also defined in my ECore-Model. The container for all the content-objects is in my diagram root element.

OK, when I start my plugin, open my GMF-generated editor, and create such a content, then I have a "..."-button in the "contents"-entry of the item's properties view.

When I click on this button, the well-common Wizard pops up, where I have all available content in the left part, and can add some content via the "Add"-button to my item.

What I want to do is to access this wizard from somewhere else. How can I access to the wizard - where is the right class/object to be found and what do I have to take care of?

Regards, Jens