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 161591 - Wizard wizard template code not complete
Summary: Wizard wizard template code not complete
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 14:21 UTC by Geertjan Wielenga
Modified: 2009-03-31 19: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 Geertjan Wielenga 2009-03-31 14:21:07 UTC
The wizard that creates Wizards should register the Action that it creates (if the type is 'Static') in the layer and
the Action should extend AbstractAction instead of CallableSystemAction.
Comment 1 Geertjan Wielenga 2009-03-31 14:56:30 UTC
Maybe even better to implement ActionListener, which is also what the New Action wizard does.
Comment 2 Jesse Glick 2009-03-31 19:24:59 UTC
The current content is intentional. While in some cases you might in fact wish to launch the wizard via a globally
registered action - in which case you should simply run the Action wizard to set up the details - in other cases the
wizard should be launched based on some other trigger entirely. The generated Action is merely a demonstration of how
you could launch the wizard, not intended to be final code.