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 30581

Summary: Write javax.swing.Action support classes
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: ActionsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jglick
Priority: P3 Keywords: API
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 17597    

Description Peter Zavadsky 2003-02-03 10:03:04 UTC
After first step of changing action system (issue
#27868), one of the next steps is to write
non-SystemAction support classes:

I.e. it is necessary to write pure
javax.swing.Action counterparts to
CallbableSystemAction, CallbackSystemAction,
NodeAction, CookieAction.

Considere whethe some API 'optimization' when
'mirroring' it could be done.

Also implement 'ProxyAction' (see Jesse's commnent
in issue #30536).
Comment 1 Jesse Glick 2003-02-03 14:27:32 UTC
Should perhaps be in a new SPI module (e.g. openide/actions)?
Comment 2 Jiri Rechtacek 2004-04-23 10:49:46 UTC
Assigned to new owner.
Comment 3 Jesse Glick 2010-10-07 14:23:27 UTC

*** This bug has been marked as a duplicate of bug 70280 ***