Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » wizards
wizards [message #334869] Wed, 04 March 2009 22:46 Go to next message
Ali Koudri is currently offline Ali KoudriFriend
Messages: 118
Registered: July 2009
Senior Member
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 14:55 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

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: Sat Apr 20 00:26:30 GMT 2024

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

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

Back to the top