Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Class parameter in newWizard of Plugin.xml
Class parameter in newWizard of Plugin.xml [message #254282] Thu, 26 June 2008 19:43 Go to next message
Santhosh Kumar is currently offline Santhosh KumarFriend
Messages: 2
Registered: July 2009
Junior Member
When I was browsing through the plugin.xml of org.eclipse.jdt.ui, found
that New Class Wizard declaration has specified a parameter to the class,
which is not supported to be specified using the Extension Editor tab.

I believe this is used to pass a parameter to a Class, so that same class
can be used to support multiple Wizards. The plugin.xml I'm referring to
is as below.

<wizard
name="%NewJavaClass.label"
icon="$nl$/icons/full/etool16/newclass_wiz.gif"
category="org.eclipse.jdt.ui.java"
id="org.eclipse.jdt.ui.wizards.NewClassCreationWizard">
<class
class="org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard ">
<parameter name="javatype" value="true"/>
</class>
<description>
%NewJavaClass.description
</description>
</wizard>

Any idea, how this parameter (name="javatype" value="true") can be read in
the class?
Re: Class parameter in newWizard of Plugin.xml [message #1013936 is a reply to message #254282] Sun, 24 February 2013 19:20 Go to previous message
pasquy73 Mising name is currently offline pasquy73 Mising nameFriend
Messages: 7
Registered: April 2012
Junior Member
Hi Kumar,
I have same problem (posted at link http://www.eclipse.org/forums/index.php/m/1013028/#msg_1013028).
Have you solved your problem?
Can you help me?

BR
pasquy73
Previous Topic:Learning to use Eclipse with Java: book recommendations?
Next Topic:Create an external tool
Goto Forum:
  


Current Time: Fri Mar 29 00:42:15 GMT 2024

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

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

Back to the top