Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Trouble extending WizardNewFileCreationPage
Trouble extending WizardNewFileCreationPage [message #489805] Tue, 06 October 2009 00:10
Eclipse UserFriend
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: Sat Jul 05 12:28:28 EDT 2025

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

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

Back to the top