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 140407 - Dropdown component chooser for Action property
Summary: Dropdown component chooser for Action property
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 20:19 UTC by ecmel
Modified: 2008-07-17 12:37 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 ecmel 2008-07-16 20:19:22 UTC
For non-App framework (JSR296) applications there is no dropdown component chooser for the Action property, listing 
all the action instances dropped on the form.

Dropping action instances to a form may be a rare case so please feel free to close the bug.
Comment 1 ecmel 2008-07-16 20:36:29 UTC
A simple workaround can be: 

PropertyEditorManager.registerEditor(Action.class, ComponentChooserEditor.class)

but this is not usable outside a module and needs implementation dependency.