This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34276

Summary: Folder iterator impl should allow to override panels' displayname in xml layer
Product: projects Reporter: Jan Pokorsky <jpokorsky>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: CLOSED WONTFIX    
Severity: blocker Keywords: API
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 34323    
Bug Blocks:    

Description Jan Pokorsky 2003-06-10 15:51:04 UTC
See
http://www.netbeans.org/download/prj40_prototype/javadoc/projects-ide_api/org/netbeans/api/projects/ide/ProjectUtil.html#createFolderIterator(org.openide.filesystems.FileObject)

It would be useful to allow to override the
displayname of panels of the folder wizard
iterator in xml layer. Now the implementation
takes the displayname just from
WizardDescriptor.Panel.getComponent().getName()
and getClientProperty("WizardPanel_contentData").
The panel can be used in various places but the
single displayname need not be necessarily usable
everywhere.

Proposed solution is to reuse the file attribute
SystemFileSystem.localizingBundle.

Question remains if it is worth to allow to
override also other properties like
"WizardPanel_image", "WizardPanel_errorMessage",
"WizardPanel_helpURL",
"WizardPanel_contentBackgroundColor".
Comment 1 Vitezslav Stejskal 2003-06-11 17:18:18 UTC
This is the requirement for new Wizards API (filed as issue #34323),
however, I agree that we need some basic support for this right now. 
Comment 2 Vitezslav Stejskal 2003-11-26 14:42:04 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 3 Vitezslav Stejskal 2003-11-26 14:58:05 UTC
--> VERIFIED