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 34991 - enable specifying custom target choosers for templates
Summary: enable specifying custom target choosers for templates
Status: CLOSED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-07-18 10:50 UTC by Pavel Buzek
Modified: 2004-04-19 16:32 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 Pavel Buzek 2003-07-18 10:50:19 UTC
Different templates need different target
choosers, e.g. java class can only be instantiated
into java packages. Infrastructure should provide
a default target chooser and modules need to be
able to override it with a custom one.
Comment 1 Jaroslav Tulach 2003-07-22 10:12:27 UTC
I think that this is already satisfied by TemplateWizard. Any template
providing own TemplateWizard.Iterator is in control over the second
panel of the wizard. That means it can provide its own target chooser.
Comment 2 Pavel Buzek 2003-07-23 14:08:51 UTC
thanks for comment -- that's fair enough

there will still need to be an api in java module to enable to reuse
its target chooser in other modules, but that is covered by 34992.
Comment 3 Jan Becicka 2003-11-25 14:02:08 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:10:59 UTC
---> CLOSED