Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Trouble extending WizardNewFileCreationPage
Trouble extending WizardNewFileCreationPage [message #489805] Tue, 06 October 2009 04:10
Bill Evans is currently offline Bill EvansFriend
Messages: 3
Registered: July 2009
Junior Member
My plugin can create a new file, or link to and edit an existing file in the
file system. To create a new file, some additional info is needed, gathered on
another wizard page; an existing file is already fully specified, and the second
page is bogus.

Problem is, I can't tell if user is linking to an existing file or not. It
seems that anything that might contain that information is private to
WizardNewFileCreationPage (not public, not protected, not accessible in any
way). I can find no way to tell if I should display the second Wizard page.

Added bonus: my getInitialContents() is called whether user creates a new file
or links to an existing file.

What am I doing wrong? Or is WizardNewFileCreationPage just not really extensible?

Thanks,

Bill Evans
Previous Topic:Own messages in the splash screen
Next Topic:epl-1
Goto Forum:
  


Current Time: Tue Mar 19 14:01:51 GMT 2024

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

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

Back to the top