For example, when I click on the red dot below:

I want the following selection to occur:

I customized the view-based NSOutlineView using bindings for both the data source and the selection indices. So far I have been trying to override the TableCellView getFirstResponder as well as override the NSOutlineView startFirstResponder, but does NSOutlineView seem to never give up the status of the first responder?
Some tips would be much appreciated!
source
share