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

Summary: Add SELECT to AsynchronousModelFilter.CALL enum
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: blocker CC: common_debugger, ivan
Priority: P3 Keywords: API
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.