Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] get the id value from wizard in plugin.xml

Lavoropde Ww,
Why don't you create two classes? Or one abstract and two subclasses?

Btw. best place to ask questions like that are newsgroups (Read more about them at www.eclipse.org/newsgroups), e.g. eclipse.platform newsgroup. This mailing list is intended for PDE developers, you may get bored reading it :-)

Lavoropde Ww pisze:
Hi all,

I'm trying to develop a plugin for eclipse. In the plugin.xml I defined 2 wizards. Each one as an own id but the same class.
the plugin.xml is this
[...]


Now, when I run the plugin, I would like to get the id in the code (the class"com.app.template.ApplicationWizard"). For instance, if I choose "Application Initiated" the id is ApplicationInitiated, if I choose "Network Triggered" the id is NetworkInitiated.




Back to the top