Cells selection in NSTableView

2009-07-16 Thread Dinakar Pulakhandam
Hi All, I need following functionality to be implemented in NSTableView. "Selecting Multiple cells of single column in NSTableView". I subclassed NSTableView and created class TestTableView. I have done following 3 things. 1)I have override

Multiple cells selection in NSTableView

2009-07-16 Thread Dinakar Pulakhandam
Hi All, I need following functionality to be implemented in NSTableView. "Selecting Multiple cells of single column in NSTableView". I subclassed NSTableView and created class TestTableView. I have done following 3 things. 1)I have override