Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » wizards
wizards [message #334869] Wed, 04 March 2009 17:46 Go to next message
Eclipse UserFriend
Hi All,

Is it possible to launch a wizard defined in another plugin just using
its ID ?

thx
Re: wizards [message #334873 is a reply to message #334869] Thu, 05 March 2009 09:55 Go to previous message
Eclipse UserFriend
You would create and execute a paramterized command for the wizards.
id = org.eclipse.ui.newWizard
id = org.eclipse.ui.file.export
id = org.eclipse.ui.file.import
And include the page ID you want it to open with (I assume that's what
you are asking).

The other alternative is to use the ActionFactory actions for IMPORT,
EXPORT, or NEW but I don't believe they allow you to specify a page.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm
Previous Topic:Common Navigator tutorial
Next Topic:CNF
Goto Forum:
  


Current Time: Wed Mar 26 06:32:42 EDT 2025

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

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

Back to the top