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 173631 - Add SELECT to AsynchronousModelFilter.CALL enum
Summary: Add SELECT to AsynchronousModelFilter.CALL enum
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2009-10-02 16:20 UTC by Martin Entlicher
Modified: 2009-10-02 17:15 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2009-10-02 16:20:58 UTC
In order to be able to set asynchronic behavior of CheckNodeModel.isSelected/setSelected a SELECT enum should be added
into AsynchronousModelFilter.CALL.
Comment 1 Martin Entlicher 2009-10-02 16:25:21 UTC
The assumption is that SELECT enum would apply to both CheckNodeModel.isSelected/setSelected methods. If there's a
demand to control the asynchronous behavior of these methods independently, IS_SELECTED enum can be added as well.

Please let me know if you need this into NB 6.8.
Thanks.