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 180607 - OutlineView convenience method to set rootNodeVisible
Summary: OutlineView convenience method to set rootNodeVisible
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 05:28 UTC by David.m Beer
Modified: 2010-02-12 02:50 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 David.m Beer 2010-02-11 05:28:01 UTC
It would be nice if OutlineView had a method to set rootNodeVisible.

This is currently done by getting the Outline component and setting setRootVisible(boolean val).

I believe this could be done in just by adding a similar method to OutlineView that just got a handle on Outline and set the value.