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 - Folder iterator impl should allow to override panels' displayname in xml layer
Summary: Folder iterator impl should allow to override panels' displayname in xml layer
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on: 34323
Blocks:
  Show dependency tree
 
Reported: 2003-06-10 15:51 UTC by Jan Pokorsky
Modified: 2003-12-11 14:25 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 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