Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Java


[Previous] [Class List] [Next]

NSTableHeaderCell


Inherits from: NSTextFieldCell : NSActionCell : NSCell : NSObject
Package: com.apple.yellow.application


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:, drawWithFrame:inView:, and highlight:withFrame:inView: to change the way headers appear. See the NSCell class specification, and the description below, for information on these methods.


Constructors


NSTableHeaderCell

public NSTableHeaderCell(String aString)

<<Description Forthcoming>>

public NSTableHeaderCell(NSImage anImage)

<<Description Forthcoming>>
[Previous] [Next]