Re: Clarification on custom NSFormatter

2009-05-19 Thread Graham Cox
On 20/05/2009, at 1:43 PM, Erg Consultant wrote: I have my own objects I store in an NSOutlineView. Each object has a name property. When I implement my custom NSFormatter to tell the table how to draw cells, This is not what NSFormatter does. How a cell is drawn is defined by the cell

Clarification on custom NSFormatter

2009-05-19 Thread Erg Consultant
I have my own objects I store in an NSOutlineView. Each object has a name property. When I implement my custom NSFormatter to tell the table how to draw cells, do I create a separate subclass of NSFormatter, or can I make my existing data class subclass from NSFormatter and then use the data ob