[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Remove Page in Wizard Framework

Randy_Giffen@xxxxxxx wrote:

> > Why is there not an API to remove a Wizard Page?  I think that would be
> > very helpful when developing wizards using WizardDialog, Wizard, and
> > WizardPage classes.

> What problem would this help solve?
> You are able to control page sequencing so you can "virtually" remove a 
> page 
> by making it no longer accessible.

Well, I am dealing with dynamic data that changes and needs to be
presented to the user.  If I could "add" a page its needed (basically add
the page when the user presses the next button) I could then dynamically
create the page and its controls.  When the user presses back, I would
remove that page, so that everytime they press next on this particular
page they would get a new dynamic page added to the "pages" ArrayList.  It
would make the wizard framework more versitile.  

What are you suggestions for doing page sequencing?