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 217624

Summary: PropertySheet extensions
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: ExplorerAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal CC: mfukala, pjiricka
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: proposed API changes

Description Stanislav Aubrecht 2012-08-30 12:42:42 UTC
Developers who want to customize PropertySheet needs some minor extension to that class:

- provide custom popup menu
- programmatically expand/collapse property categories
- access the selected property
Comment 1 Stanislav Aubrecht 2012-08-30 12:54:33 UTC
Created attachment 123741 [details]
proposed API changes
Comment 2 Stanislav Aubrecht 2012-09-05 10:39:49 UTC
If there are no objections, I'll integrate the changes tomorrow.
Comment 3 Stanislav Aubrecht 2012-09-06 13:08:13 UTC
core-main f5f82ddd0339
Comment 4 Quality Engineering 2012-09-07 02:10:02 UTC
Integrated into 'main-golden', will be available in build *201209070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f5f82ddd0339
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #217624 - PropertySheet extensions
Comment 5 Jaroslav Tulach 2012-09-07 10:41:28 UTC
Missing test. But probably too late to cry for that...
Comment 6 Stanislav Aubrecht 2012-09-07 11:41:54 UTC
(In reply to comment #5)
> Missing test. But probably too late to cry for that...

Easel will need some more changes in PropertySheet API so it's not that late...