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 - Missing support for ActionMap
Summary: Missing support for ActionMap
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 95110
  Show dependency tree
 
Reported: 2007-03-09 13:03 UTC by David Kaspar
Modified: 2007-03-13 17:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.