[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Remove Page in Wizard Framework
|
- From: mhartley@xxxxxxxxxx (Matthew Hartley)
- Date: 13 Sep 2001 20:02:04 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
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?