Skip to main content



      Home
Home » Newcomers » Newcomers » How do I access the wizard id?
How do I access the wizard id? [message #137185] Tue, 14 February 2006 05:02 Go to next message
Eclipse UserFriend
Originally posted by: toni.tonjac.org

How can I access a wizards id attribute from the source in my plugin?, see
extract from plugin.xml bellow. I cant find it in the javadoc.

<wizard
name="Resurs"
icon="icons/resource.gif"
category=" se.rsv.zz.ant.eclipse.gallery/se.rsv.zz.ant.eclipse.gallery. standard "
class="se.rsv.zz.ant.eclipse.gallery.ZzBaseWizard"
id="se.rsv.zz.ant.eclipse.gallery.wizard.Resurs">
</wizard>

Please help!
Toni
Re: How do I access the wizard id? [message #137218 is a reply to message #137185] Tue, 14 February 2006 05:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: aav.imedic.de

Toni Thomsson wrote:
> How can I access a wizards id attribute from the source in my plugin?,
> see extract from plugin.xml bellow. I cant find it in the javadoc.
>

PlatformUI.getWorkbench().getNewWizardRegistry().getPrimaryW izards();
PlatformUI.getWorkbench().getImportWizardRegistry().getPrima ryWizards();
PlatformUI.getWorkbench().getExportWizardRegistry().getPrima ryWizards();


---
Aleksey Aristov
www.imedic.de
www.rcp-training.com
Re: How do I access the wizard id? [message #137241 is a reply to message #137218] Tue, 14 February 2006 08:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: toni.tonjac.org

?? Methods not existing!! I'm using Eclipse 3.0
Re: How do I access the wizard id? [message #137414 is a reply to message #137241] Tue, 14 February 2006 11:36 Go to previous message
Eclipse UserFriend
Originally posted by: aav.imedic.de

Hello!

Toni Thomsson wrote:
> ?? Methods not existing!! I'm using Eclipse 3.0
>

Hm... It means, that they are added in version 3.1. Why not to upgrade?

---
Aleksey Aristov
www.imedic.de
www.rcp-training.com

ICQ: 291598323
Previous Topic:Multiple applications tree
Next Topic:CVS Question
Goto Forum:
  


Current Time: Fri Nov 07 04:42:18 EST 2025

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

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

Back to the top