Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Lazy creation of wizard pages
Lazy creation of wizard pages [message #124031] Mon, 08 September 2003 03:27 Go to next message
Eclipse UserFriend
Hi
I have a wizard in my app that may have many pages, and each page needs to
read a configuration file in order to construct the appropriate contents.
Therefore, the creation of the wizard takes noticeable time. I am looking
for a way to first create the first 5 pages and postpone the creation of
the rest of the wizard pages to the time that they are required. Does
somebody knows how to do so.
thanks
Maya
Re: Lazy creation of wizard pages [message #125424 is a reply to message #124031] Tue, 09 September 2003 10:23 Go to previous message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

You can override IWizard.addPages() to add the 5 pages. When your 5th page
is asked for getNextPage(), you can override this method to create and
return page 6 (or you could override IWizard.getNextPage)

Simon :-)

"Maya Barnea" <mayab@il.ibm.com> wrote in message
news:bjhb0p$mti$1@eclipse.org...
> Hi
> I have a wizard in my app that may have many pages, and each page needs to
> read a configuration file in order to construct the appropriate contents.
> Therefore, the creation of the wizard takes noticeable time. I am looking
> for a way to first create the first 5 pages and postpone the creation of
> the rest of the wizard pages to the time that they are required. Does
> somebody knows how to do so.
> thanks
> Maya
>
Previous Topic:Eclipse Help: Accessing just one Plug-in through the browser
Next Topic:Why natures?
Goto Forum:
  


Current Time: Wed Jul 23 11:40:06 EDT 2025

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

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

Back to the top