Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Question about extending VariablesView (DSF)

Hi,

I am using DSF and the Indigo release of CDT. 

I have implemented a new view in my debugger by extending the VariablesView. I have my data being displayed as I want.

I have created the view with a checkbox (by overriding getViewerStyle and adding the SWT.CHECK flag). 

My question is how do receive events from the checkbox being set/cleared? I can create Cell editors by implementing the IElementEditor interface, but I can't find a way to get checkbox 'events'.

Any clues?

Thanks
--
Subs






Back to the top