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 - Write javax.swing.Action support classes
Summary: Write javax.swing.Action support classes
Status: RESOLVED DUPLICATE of bug 70280
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API
Depends on:
Blocks: 17597
  Show dependency tree
 
Reported: 2003-02-03 10:03 UTC by Peter Zavadsky
Modified: 2010-10-07 14:23 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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