Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Extending a wizard
Extending a wizard [message #498377] Mon, 16 November 2009 16:40 Go to next message
Timothy Marc is currently offline Timothy MarcFriend
Messages: 547
Registered: July 2009
Senior Member
Hi all,

i've registered and implemented an export wizard. It can be understood
as a generic wizard, which display all extensions for a particular
extension point. When the user selects one extension, i wanted to
provide a kind of successor wizard, related to the extension, so that
some general settings (like targert for the export etc.) will be
collected at the first pages of the export wizard and other,
exporter-specific settings should be collected due to the selected
extension. The extension should be wizard paages, but i don't know,
whether it is possible to extend an already extending wizard by
declaring extension points for it.

Is this possible?

Thanks a lot
Timothy
Re: Extending a wizard [message #498396 is a reply to message #498377] Mon, 16 November 2009 17:44 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Timothy Marc a écrit :
> Hi all,
>
> i've registered and implemented an export wizard. It can be understood
> as a generic wizard, which display all extensions for a particular
> extension point. When the user selects one extension, i wanted to
> provide a kind of successor wizard, related to the extension, so that
> some general settings (like targert for the export etc.) will be
> collected at the first pages of the export wizard and other,
> exporter-specific settings should be collected due to the selected
> extension. The extension should be wizard paages, but i don't know,
> whether it is possible to extend an already extending wizard by
> declaring extension points for it.
>
> Is this possible?
>
> Thanks a lot
> Timothy

Hello,

You should take a look at the implementation of org.eclipse.ui.internal.dialogs.ExportWizard to see how it uses org.eclipse.jface.wizard.WizardSelectionPage.

HTH

--
Mickael Istria - BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
Previous Topic:Aesthetic toolbar in Mac
Next Topic:Image position in TableViewer
Goto Forum:
  


Current Time: Wed Apr 24 20:35:13 GMT 2024

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

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

Back to the top