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 188130

Summary: Add OutlineView.setTreeHorizontalScrollBarPolicy(int)
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 187814    
Bug Blocks: 188173    
Attachments: API change that adds methods to get/set policy of tree horizontal scroll bar.

Description Martin Entlicher 2010-06-27 21:03:49 UTC
See issue #187814.
public method OutlineView.setTreeHorizontalScrollBarPolicy(int) should be added to be able to define the policy of horizontal scroll bar in the tree column.
This is a compatible API change.
Comment 1 Martin Entlicher 2010-06-29 21:51:19 UTC
Created attachment 100503 [details]
API change that adds methods to get/set policy of tree horizontal scroll bar.
Comment 2 Martin Entlicher 2010-06-29 21:52:11 UTC
Please review this simple compatible API change.
Comment 3 Martin Entlicher 2010-07-07 12:50:20 UTC
Thanks for the review, I'm going to push that change...
Comment 4 Martin Entlicher 2010-07-07 15:54:21 UTC
Implemented in changeset:   173898:4df94c3a9243
http://hg.netbeans.org/main/rev/4df94c3a9243
Comment 5 Quality Engineering 2010-07-09 03:22:19 UTC
Integrated into 'main-golden', will be available in build *201007090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4df94c3a9243
User: mentlicher@netbeans.org
Log: #188130 Added OutlineView.get/setTreeHorizontalScrollBarPolicy(int)