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 228909

Summary: In the view model, separate the value and HTML value and allow custom property editors.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 206668, 212827    
Attachments: The API change.

Description Martin Entlicher 2013-04-23 16:51:43 UTC
The view model (spi.viewmodel) is used by debugger for GUI presentation of JVM state and associated information.
In order to be able to use different property editors for different values (see issue #212827 and issue #206668), we need to be able to provide a specific property editor for every table cell.
In order to accomplish this, we need to introduce additional model interfaces, that can be used to provide the necessary information.
Four model interfaces need to be added:
TableHTMLModel, TableHTMLModelFilter, TablePropertyEditorsModel and TablePropertyEditorsModelFilter.
Comment 1 Martin Entlicher 2013-04-23 17:23:10 UTC
Created attachment 133723 [details]
The API change.
Comment 2 Martin Entlicher 2013-04-23 17:23:55 UTC
Please review this API change.
Comment 3 Martin Entlicher 2013-04-29 09:33:58 UTC
Thanks for the review, I'll integrate the change tomorrow.
Comment 4 Martin Entlicher 2013-04-30 09:07:15 UTC
Thanks for the review, the change is pushed as changeset: 252310:5d5d2d354ead
http://hg.netbeans.org/core-main/rev/5d5d2d354ead
Comment 5 Quality Engineering 2013-05-04 01:47:45 UTC
Integrated into 'main-golden', will be available in build *201305032300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5d5d2d354ead
User: mentlicher@netbeans.org
Log: #228909: Models providing HTML values and property editors.