MergedColumnTableView


Inherits From:
NSTableView
Declared In:
MergedColumnTableView.h


Class Description

This category contains methods used to support Watson tool functionality, specifically for managing a table view in which some columns span across more than one cell. The original motivation for this is a TV show timeline grid.

The data source must respond to the following selector: - (int)tableView:(NSTableView *)tableView spanForTableColumn:(NSTableColumn *)tableColumn row:(int)row as defined in SpanningDataTableSource.h


Method Types

- frameOfCellAtColumn:row:

Instance Methods

frameOfCellAtColumn:row:

- (NSRect)frameOfCellAtColumn:(int)column row:(int)row

Return the frame. Used by CellTableView.


Version 1.1 Copyright ©2003 by Karelia Software, LLC. All Rights Reserved.