[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Reuse UML New Diagram wizards

Hello,

How can I call a UMLCreationWizard to create new diagrams on my RCP application?

I've put the code:

UMLCreationWizard wizard = new UMLCreationWizard();
WizardDialog dialog = new WizardDialog(wizard.getShell(), wizard);
dialog.open();

But it didn't work.

Thanks in advance,

Nogueira.