Hmm... my controller has a NSMutableArray. This array I want to
display in a NSTableView (which only has only one column). At the
moment I have bound the NSTableView "content" directly to that array.
This does not seem to work ...which is actually not really a big
surprise. I would have thought I could bind it to the NSTableColumn
but there is no "content" property.