Bug 349803 - [Wizards] WizardNewFileCreationPage should have the ability to NOT provide advanced controls for links in the file system
Summary: [Wizards] WizardNewFileCreationPage should have the ability to NOT provide ad...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6.2   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 07:08 EDT by Missing name CLA
Modified: 2012-06-07 07:18 EDT (History)
1 user (show)

See Also:


Attachments
Example of WizardNewFileCreationPage with the advanced controls (38.69 KB, image/png)
2011-06-20 07:33 EDT, Missing name CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name CLA 2011-06-20 07:08:10 EDT
Build Identifier: 20110218-0911

For some cases WizardNewFileCreationPage should not display "advanced" controls to create links in the file system.

For example in my case I want to create new resource with contents of a remote server. As there is no file with this contents it doesn't make sense to provide an option to link to an existing file and it should be possible to not display the controls for linking to the user.

Reproducible: Always

Steps to Reproduce:
1. Create a Wizard.
2. Create WizardNewFileCreationPage or instance of a inherited class.
3. Add the WizardNewFileCreationPage to the Wizard and open it.
Comment 1 Missing name CLA 2011-06-20 07:33:16 EDT
Created attachment 198250 [details]
Example of WizardNewFileCreationPage with the advanced controls