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 30593 - Allow to replace Location Chooser
Summary: Allow to replace Location Chooser
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 30594
  Show dependency tree
 
Reported: 2003-02-03 14:02 UTC by Svata Dedic
Modified: 2008-12-22 18:57 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2003-02-03 14:02:46 UTC
Java module needs to replace location chooser when
N.F.T. Wizard is invoked from within its
"Packages" -- see java projects UI spec, sections
"Creating New folders", "Creating New files" etc.

The current N.F.T Wizard implementation does not
allow that.
Comment 1 Jaroslav Tulach 2003-06-27 14:12:44 UTC
How's that? I think this is implemented: 
http://www.netbeans.org/download/dev/javadoc/LoadersAPI/org/openide/loaders/TemplateWizard.html#createTargetChooser()
together with 
http://www.netbeans.org/download/dev/javadoc/LoadersAPI/org/openide/actions/NewTemplateAction.Cookie.html
should allow you to do this.

Moreover your TemplateWizard.Iterator can always skip the default
target chooser and provide own.