How Can an IWizard Find the Extension ID That Launched it? [message #210538] |
Fri, 12 March 2004 10:42 |
Eclipse User |
|
|
|
All,
I've extended the org.eclipse.jface.wizard.Wizard class and put it in a
common UI plugin. In a separate plugin, I've modified it's manifest to
include an extension for the import wizard (org.eclipse.ui.importWizards)
extension point and denoted it's UI class to be a the class from the other
plugin.
When the wizard runs I want to be able to detect which import wizard
extension is being run. I will then use this ID to lookup the appropriate
extension of an extension point I created which includes information to
customized the UI class.
Doesn't seem to be a way via the Wizard and Wizard page class hierarchy or
even looking back (yuk) at the previous page (the wizard selection page).
Hopefully I'm missing something.
I'm using Eclipse 2.1.1 Build 200306271545.
Thanks,
Dan
|
|
|
Powered by
FUDForum. Page generated in 0.09382 seconds