The NSTableHeaderCell class is used by an NSTableHeaderView instance to draw the content of the column headers.
The NSTableHeaderCell class is used by an NSTableHeaderView instance to draw the content of the column headers.
This specific subclass is responsible for drawing the sort indicators.
Subclasses of the NSTableHeaderCell class can override the drawInteriorWithFrame:inView:, editWithFrame:inView:editor:delegate:event:, and highlight:withFrame:inView: methods to change the way headers appear. See the NSCell class specification for information on overriding these methods.