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 136654 - consider replacing TreeTableView with OutlineView
Summary: consider replacing TreeTableView with OutlineView
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on: 33281
Blocks:
  Show dependency tree
 
Reported: 2008-06-06 15:02 UTC by Stanislav Aubrecht
Modified: 2008-06-17 15:16 UTC (History)
0 users

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 Stanislav Aubrecht 2008-06-06 15:02:02 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 Maros Sandor 2008-06-17 15:16:33 UTC
It is not worth the effort in CVS I guess.