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 34323

Summary: Allow declarative registration of wizard panels
Product: platform Reporter: Vitezslav Stejskal <vstejskal>
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 26552    
Bug Blocks: 34276, 36406    

Description Vitezslav Stejskal 2003-06-11 17:16:57 UTC
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.

It should also be possible to define values of
other properties like "WizardPanel_image",
"WizardPanel_errorMessage", "WizardPanel_helpURL",
"WizardPanel_contentBackgroundColor".