PATH  Documentation > Mac OS X > Application Kit Reference: Objective-C

Table of Contents

NSTableHeaderCell


Inherits from:
NSTextFieldCell : NSActionCell : NSCell : NSObject
Conforms to:
NSCoding
(NSCell)
NSCopying (NSCell)
NSObject (NSObject)
Declared in:
AppKit/NSTableHeaderCell.h




Class Description


An NSTableHeaderCell is used by an NSTableHeaderView to draw its column headers. See the NSTableView class specification for more information on how it's used.

Subclasses of NSTableHeaderCell can override drawInteriorWithFrame:inView:, editWithFrame:inView:editor:delegate:event:, and highlight:withFrame:inView: to change the way headers appear. See the NSCell class specification, and the description below, for information on these methods.




Table of Contents