Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How can get the parameter from newWizards extension point?
How can get the parameter from newWizards extension point? [message #1013028] Fri, 22 February 2013 16:20
pasquy73 Mising name is currently offline pasquy73 Mising nameFriend
Messages: 7
Registered: April 2012
Junior Member
Hi all,
I'm creating my custom wizard with org.eclipse.ui.newWizards extension point.

In my <wizard> tag I'm using class = "mypath.MyCreationWizard".
Is it possible to use a parameter in the plugin.xml and to retrieve in MyCreationWizard class?

I see on examples that it is possible to use:

<wizard
....
id="org.eclipse.jdt.ui.wizards.NewClassCreationWizard">
<class class="org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard">
<parameter name="javatype" value="true"/>
</class>
</wizard>

but I don't know how can get the parameter.

Can you help me?
Thank you

pasquy73
Previous Topic:Reverse step filtering
Next Topic:XML-RPC problem with jetty9
Goto Forum:
  


Current Time: Thu Apr 25 23:58:31 GMT 2024

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

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

Back to the top