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

Summary: Dropdown component chooser for Action property
Product: guibuilder Reporter: ecmel <ecmel>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.