[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Adding Filters and ContentProviders to WizardNewFileCreationPage

Does anyone know the proper mechanism for making a custom WizardNewFileCreationPage?

I have seen several other posts on the eclipse.platform newsgroup with regards to extending the WizardNewFileCreationPage class. None of these other posts contain solutions to the problem, although they all acknowledge that there is a problem. All of the member variables that people need to modify are private, beginning with the ResourceAndContainerGroup inside WizardNewFileCreationPage.

Is the 'private' member variable scope of WizardNewFileCreationPage a bug? Should this stuff be protected instead of private? Is there another mechanism for customizing a New File Wizard Page class without rewriting everything?

Thanks for the help.
-Joe