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 136664

Summary: consider replacing TreeTableView with OutlineView
Product: apisupport Reporter: Stanislav Aubrecht <saubrecht>
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 33281    
Bug Blocks:    

Description Stanislav Aubrecht 2008-06-06 15:19:26 UTC
a new treetable-like component has been added to netbeans code base. it has some advantages over the existing and buggy
treetableview: multicolumn sorting, drag and drop support, in-place editing of tree cells etc. so please consider
replacing TreeTableView with the new OutlineView in your code. the TreeTableView will be deprecated at the end netbeans
6.5 Milestone 2 and there is still some room for extensions and enhancements to OutlineView API depending on your
requirements.
Comment 1 Jesse Glick 2008-06-10 00:53:37 UTC
OutlineView as currently implemented is unusable for SuiteCustomizerLibraries; see JG02 in issue #33281.