Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Reuse UML New Diagram wizards
Reuse UML New Diagram wizards [message #621270] Thu, 17 July 2008 02:19
Leandro is currently offline LeandroFriend
Messages: 20
Registered: July 2009
Junior Member
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.
Previous Topic:XMI Import/Export
Next Topic:foreign keys and the like
Goto Forum:
  


Current Time: Tue Apr 23 14:07:04 GMT 2024

Powered by FUDForum. Page generated in 0.03024 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top