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

Summary: OutlineView convenience method to set rootNodeVisible
Product: platform Reporter: David.m Beer <dbeer>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.