Inherits From:
NSView : NSResponder : NSObject
Conforms To:
NSCoding (NSResponder)
NSObject (NSObject)
Declared In:
AppKit/NSTableHeaderView.h
columnAtPoint:
(NSPoint)aPoint
Returns the index of the column whose header lies under aPoint in the NSTableHeaderView, or -1 if no such column is found. aPoint is expressed in the NSTableHeaderView's coordinate system.
draggedColumn
If the user is dragging a column in the NSTableView, returns the index of that column. Otherwise returns -1.
See also:
- draggedDistance
draggedDistance
If the user is dragging a column in the NSTableView, returns the column's horizontal distance from its original position. Otherwise the return value is meaningless.
See also:
- draggedColumn
headerRectOfColumn:
(int)columnIndex
Returns the rectangle containing the header tile for the column at columnIndex. Raises an NSInternalInconistencyException if columnIndex is out of bounds.
See also:
- rectOfColumn:
(NSTableView)
resizedColumn
If the user is resizing a column in the NSTableView, returns the index of that column. Otherwise returns -1.
setTableView:
(NSTableView *)aTableView
Sets aTableView as the NSTableColumn's NSTableView. You should never need to invoke this method; it's invoked automatically when you set the header view for an NSTableView.
See also:
- setHeaderView:
(NSTableView)
tableView
Returns the NSTableView that the NSTableHeaderView belongs to.