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 157379

Summary: Checkbox Tree View
Product: platform Reporter: _ tboudreau <tboudreau>
Component: ExplorerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker CC: mentlicher, mpetras
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ tboudreau 2009-01-23 20:36:18 UTC
There are many copies of checkbox tree views in the source base.  The code for single clicking and focus handling and
having it really work correctly with the keyboard is hard to get right.  Platform users also often need this (c.f.
http://www.nabble.com/ExplorerManager-and-checkbox-tree-td21625803.html ).

We should take the most generic implementation already in the codebase, adapt it to be truly generic and add it to
openide.explorer.

(Please refile under openide subcomponent explorer.  For some reason "openide" is completely gone from the subcomponent
list in IZ today :-/)
Comment 1 Jaroslav Tulach 2010-04-04 13:57:45 UTC
Fixed by Martin Entlicher's CheckableNode, imho:
http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/view/CheckableNode.html