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 181613 - Add getTableCellEditor() method to ColumnModel.
Summary: Add getTableCellEditor() method to ColumnModel.
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2010-03-07 07:53 UTC by Daniel Prusa
Modified: 2014-11-05 12:16 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed API change (2.07 KB, patch)
2010-03-07 08:38 UTC, Daniel Prusa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Prusa 2010-03-07 07:53:44 UTC
This API change adds getTableCellEditor() method to ColumnModel so that it will be possible to provide custom cell editors. This is necessary to support e.g. in-place editing of watches with code completion available.
Comment 1 Daniel Prusa 2010-03-07 08:38:40 UTC
Created attachment 94828 [details]
Proposed API change
Comment 2 Jaroslav Tulach 2010-03-09 06:48:49 UTC
Y01 Test?
Comment 3 Jaroslav Tulach 2014-11-05 12:16:21 UTC
Forgotten?