Customizing a table column
Customizing a table column
- Subject: Customizing a table column
- From: Ken Tozier <email@hidden>
- Date: Fri, 8 Nov 2002 06:44:01 -0500
I need to create a subclass of NSTableColumn so that it can display
several different types of data and controls in it's cells but I'm not
sure how to get the table to use my subclass rather the the default one.
Also, I'm not entirely sure exactly how to override data members in an
opaque Cocoa class. Ideally, I'd like to replace "dataCell" in
NSTableColumn with an NSArray and cache the three or four different
button and field types in this array. Would I subclass NSTableColumn,
add something like a "dataCells" field and override the corresponding
accessor methods by writing my own versions with the exact same method
name?
Thanks,
Ken Tozier
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.