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 169353

Summary: TreeView should allow expandAll without setting the busy cursor
Product: platform Reporter: David Strupl <dstrupl>
Component: ExplorerAssignee: t_h <t_h>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, mmirilovic, t_h
Priority: P2 Keywords: API, API_REVIEW_FAST, PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 167708    
Attachments: patch

Description David Strupl 2009-07-28 15:42:52 UTC
Please check the report #167708 that I am going to make depend on this report. Without the API change I am not able to
implement what I am being asked for by QA.

I suggest something like expandAll(boolean showBusyCursor) in TreeView allowing to suppress the annoying switching
on/off the busy cursor during expandAll operation.
Comment 1 David Strupl 2009-07-28 15:44:13 UTC
This is API enhancement blocking 167708.
Comment 2 Marian Mirilovic 2009-09-21 09:56:56 UTC
this issue blocks issue 167708 .. I would vote for implementing such change into NB 6.8 
Comment 3 t_h 2009-10-07 13:16:35 UTC
Created attachment 88999 [details]
patch
Comment 4 t_h 2009-10-07 13:17:44 UTC
please review
Comment 5 David Strupl 2009-10-07 13:27:03 UTC
The patch is fine with me. But according to the fast track api review process you should pick at least another 3
reviewers ...
Comment 6 t_h 2009-10-19 14:20:56 UTC
Thanks for review.
Comment 7 t_h 2009-10-19 14:24:37 UTC
core-main #391b505f0c2f
Comment 8 Quality Engineering 2009-10-22 23:37:49 UTC
Integrated into 'main-golden', will be available in build *200910221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/391b505f0c2f
User: Tomas Holy <t_h@netbeans.org>
Log: #169353: TreeView should allow expandAll without setting the busy cursor