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 38099 - Debugger Plug-in should be able to modify columns in Debugger Views
Summary: Debugger Plug-in should be able to modify columns in Debugger Views
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-12-15 10:01 UTC by Jan Jancura
Modified: 2010-04-29 09:15 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2003-12-15 10:01:51 UTC
Debugger Plug-in should be able to modify columns
in Debugger Views
Comment 1 Jan Jancura 2004-01-28 17:16:01 UTC
fixed in debuggerAPI branch
Comment 2 ivan 2004-01-28 19:43:11 UTC
Would be nice if you could put a pointer to the relevant packages
classes etc as you fix these RFEs ... just a pointer.
Comment 3 Jan Jancura 2004-01-29 08:12:54 UTC
How to do it:
1) Implement org.netbeans.spi.treeview.ColumnModel interface for each
your column.

2) register it to proper folder in Meta-inf/services. For Example for
Breakpoints View you should create file:
META-INF\services\BreakpointsView\org.netbeans.spi.treeview.ColumnModel
and this text file should contain line with full name of your class
implementiong ColumnModel interface.
Comment 4 Quality Engineering 2010-04-29 09:15:39 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.