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 - Allow declarative registration of wizard panels
Summary: Allow declarative registration of wizard panels
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on: 26552
Blocks: 34276 36406
  Show dependency tree
 
Reported: 2003-06-11 17:16 UTC by Vitezslav Stejskal
Modified: 2010-10-07 10:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".