[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] newbie wizard question


Is there a way to remove an IWizardPage that's been added to a Wizard?

I am trying to make a dynamic wizard where, based on the selections on one page, the following pages are added. So, if the selection is changed, the previously added pages need to be removed and the approrpriate ones added.

Thanks in advance.