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 97563

Summary: Missing support for ActionMap
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: joellelam
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 95110    

Description David Kaspar 2007-03-09 13:03:37 UTC
Create an ActionFactory.createActionMapAction method which creates a wrapper
widget-action that handles keyPressed and popup-menu creation.
Comment 1 David Kaspar 2007-03-10 15:03:13 UTC
The ActionFactory.createActionMapAction factory methods have been added.
Also test.action.ActionMapActionTest example has been added.

Joelle, could you look the the behaviour whether it suits your requirements?
Right the factory methods are marked as "deprecated" and "for experimental use
only". I will remove the "deprecated" keywords when you approve the behaviour.

For now leaving the issue as "started".
Comment 2 David Kaspar 2007-03-13 17:58:28 UTC
Deprecated keyword removed since the implementation suits requiments.