Up

NSTableView

Authors

Nicola Pero (n.pero@mi.flashnet.it)
Pierre-Yves Rivaille (pyrivail@ens-lyon.fr)
Fred Kiefer (fredkiefer@gmx.de)

Copyright: (C) 2000 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSTableView class
  2. Software documentation for the NSObject(NSTableDataSource) informal protocol
  3. Software documentation for the NSObject(NSTableViewDelegate) informal protocol
  4. Software documentation for the NSTableView(GNUPrivate) category

Software documentation for the NSTableView class

NSTableView : NSControl

Declared in:
AppKit/NSTableView.h
Conforms to:
NSUserInterfaceValidations
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

addTableColumn: 

- (void) addTableColumn: (NSTableColumn*)aColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


allowsColumnReordering 

- (BOOL) allowsColumnReordering;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


allowsColumnResizing 

- (BOOL) allowsColumnResizing;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


allowsColumnSelection 

- (BOOL) allowsColumnSelection;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


allowsEmptySelection 

- (BOOL) allowsEmptySelection;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


allowsMultipleSelection 

- (BOOL) allowsMultipleSelection;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


autoresizesAllColumnsToFit 

- (BOOL) autoresizesAllColumnsToFit;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


autosaveName 

- (NSString*) autosaveName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


autosaveTableColumns 

- (BOOL) autosaveTableColumns;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


backgroundColor 

- (NSColor*) backgroundColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


clickedColumn 

- (int) clickedColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


clickedRow 

- (int) clickedRow;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


columnAtPoint: 

- (int) columnAtPoint: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


columnWithIdentifier: 

- (int) columnWithIdentifier: (id)identifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


columnsInRect: 

- (NSRange) columnsInRect: (NSRect)aRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


cornerView 

- (NSView*) cornerView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


dataSource 

- (id) dataSource;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


delegate 

- (id) delegate;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


deselectAll: 

- (void) deselectAll: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


deselectColumn: 

- (void) deselectColumn: (int)columnIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


deselectRow: 

- (void) deselectRow: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


doubleAction 

- (SEL) doubleAction;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


dragImageForRows: event: dragImageOffset: 

- (NSImage*) dragImageForRows: (NSArray*)dragRows event: (NSEvent*)dragEvent dragImageOffset: (NSPoint*)dragImageOffset;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawBackgroundInClipRect: 

- (void) drawBackgroundInClipRect: (NSRect)clipRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawGridInClipRect: 

- (void) drawGridInClipRect: (NSRect)aRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawRow: clipRect: 

- (void) drawRow: (int)rowIndex clipRect: (NSRect)clipRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawsGrid 

- (BOOL) drawsGrid;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


editColumn: row: withEvent: select: 

- (void) editColumn: (int)columnIndex row: (int)rowIndex withEvent: (NSEvent*)theEvent select: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


editedColumn 

- (int) editedColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


editedRow 

- (int) editedRow;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


frameOfCellAtColumn: row: 

- (NSRect) frameOfCellAtColumn: (int)columnIndex row: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


gridColor 

- (NSColor*) gridColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


gridStyleMask 

- (unsigned int) gridStyleMask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


headerView 

- (NSTableHeaderView*) headerView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


highlightSelectionInClipRect: 

- (void) highlightSelectionInClipRect: (NSRect)clipRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


highlightedTableColumn 

- (NSTableColumn*) highlightedTableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


indicatorImageInTableColumn: 

- (NSImage*) indicatorImageInTableColumn: (NSTableColumn*)aTableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


intercellSpacing 

- (NSSize) intercellSpacing;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isColumnSelected: 

- (BOOL) isColumnSelected: (int)columnIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isRowSelected: 

- (BOOL) isRowSelected: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


moveColumn: toColumn: 

- (void) moveColumn: (int)columnIndex toColumn: (int)newIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


noteNumberOfRowsChanged 

- (void) noteNumberOfRowsChanged;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


numberOfColumns 

- (int) numberOfColumns;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


numberOfRows 

- (int) numberOfRows;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


numberOfSelectedColumns 

- (int) numberOfSelectedColumns;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


numberOfSelectedRows 

- (int) numberOfSelectedRows;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rectOfColumn: 

- (NSRect) rectOfColumn: (int)columnIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rectOfRow: 

- (NSRect) rectOfRow: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


reloadData 

- (void) reloadData;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


removeTableColumn: 

- (void) removeTableColumn: (NSTableColumn*)aColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rowAtPoint: 

- (int) rowAtPoint: (NSPoint)aPoint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rowHeight 

- (float) rowHeight;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rowsInRect: 

- (NSRange) rowsInRect: (NSRect)aRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


scrollColumnToVisible: 

- (void) scrollColumnToVisible: (int)columnIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


scrollRowToVisible: 

- (void) scrollRowToVisible: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectAll: 

- (void) selectAll: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectColumn: byExtendingSelection: 

- (void) selectColumn: (int)columnIndex byExtendingSelection: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectColumnIndexes: byExtendingSelection: 

- (void) selectColumnIndexes: (NSIndexSet*)indexes byExtendingSelection: (BOOL)extend;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectRow: byExtendingSelection: 

- (void) selectRow: (int)rowIndex byExtendingSelection: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectRowIndexes: byExtendingSelection: 

- (void) selectRowIndexes: (NSIndexSet*)indexes byExtendingSelection: (BOOL)extend;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedColumn 

- (int) selectedColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedColumnEnumerator 

- (NSEnumerator*) selectedColumnEnumerator;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedColumnIndexes 

- (NSIndexSet*) selectedColumnIndexes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedRow 

- (int) selectedRow;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedRowEnumerator 

- (NSEnumerator*) selectedRowEnumerator;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedRowIndexes 

- (NSIndexSet*) selectedRowIndexes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsColumnReordering: 

- (void) setAllowsColumnReordering: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsColumnResizing: 

- (void) setAllowsColumnResizing: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsColumnSelection: 

- (void) setAllowsColumnSelection: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsEmptySelection: 

- (void) setAllowsEmptySelection: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsMultipleSelection: 

- (void) setAllowsMultipleSelection: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAutoresizesAllColumnsToFit: 

- (void) setAutoresizesAllColumnsToFit: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAutosaveName: 

- (void) setAutosaveName: (NSString*)name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAutosaveTableColumns: 

- (void) setAutosaveTableColumns: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBackgroundColor: 

- (void) setBackgroundColor: (NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setCornerView: 

- (void) setCornerView: (NSView*)aView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDataSource: 

- (void) setDataSource: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDelegate: 

- (void) setDelegate: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDoubleAction: 

- (void) setDoubleAction: (SEL)aSelector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDrawsGrid: 

- (void) setDrawsGrid: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDropRow: dropOperation: 

- (void) setDropRow: (int)row dropOperation: (NSTableViewDropOperation)operation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setGridColor: 

- (void) setGridColor: (NSColor*)aColor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setGridStyleMask: 

- (void) setGridStyleMask: (unsigned int)gridType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setHeaderView: 

- (void) setHeaderView: (NSTableHeaderView*)aHeaderView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setHighlightedTableColumn: 

- (void) setHighlightedTableColumn: (NSTableColumn*)aTableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setIndicatorImage: inTableColumn: 

- (void) setIndicatorImage: (NSImage*)anImage inTableColumn: (NSTableColumn*)aTableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setIntercellSpacing: 

- (void) setIntercellSpacing: (NSSize)aSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setRowHeight: 

- (void) setRowHeight: (float)rowHeight;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSortDescriptors: 

- (void) setSortDescriptors: (NSArray*)array;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setUsesAlternatingRowBackgroundColors: 

- (void) setUsesAlternatingRowBackgroundColors: (BOOL)useAlternatingRowColors;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setVerticalMotionCanBeginDrag: 

- (void) setVerticalMotionCanBeginDrag: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sizeLastColumnToFit 

- (void) sizeLastColumnToFit;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sortDescriptors 

- (NSArray*) sortDescriptors;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableColumnWithIdentifier: 

- (NSTableColumn*) tableColumnWithIdentifier: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableColumns 

- (NSArray*) tableColumns;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textDidBeginEditing: 

- (void) textDidBeginEditing: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textDidChange: 

- (void) textDidChange: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textDidEndEditing: 

- (void) textDidEndEditing: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textShouldBeginEditing: 

- (BOOL) textShouldBeginEditing: (NSText*)textObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


textShouldEndEditing: 

- (BOOL) textShouldEndEditing: (NSText*)textObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tile 

- (void) tile;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


usesAlternatingRowBackgroundColors 

- (BOOL) usesAlternatingRowBackgroundColors;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


verticalMotionCanBeginDrag 

- (BOOL) verticalMotionCanBeginDrag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSTableView Class

_action

@protected SEL _action;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_allowsColumnReordering

@protected BOOL _allowsColumnReordering;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_allowsColumnResizing

@protected BOOL _allowsColumnResizing;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_allowsColumnSelection

@protected BOOL _allowsColumnSelection;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_allowsEmptySelection

@protected BOOL _allowsEmptySelection;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_allowsMultipleSelection

@protected BOOL _allowsMultipleSelection;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_autoresizesAllColumnsToFit

@protected BOOL _autoresizesAllColumnsToFit;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_autosaveName

@protected NSString* _autosaveName;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_autosaveTableColumns

@protected BOOL _autosaveTableColumns;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_backgroundColor

@protected NSColor* _backgroundColor;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_clickedColumn

@protected int _clickedColumn;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_clickedRow

@protected int _clickedRow;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_columnOrigins

@protected float* _columnOrigins;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_cornerView

@protected NSView* _cornerView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_dataSource

@protected id _dataSource;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_dataSource_editable

@protected BOOL _dataSource_editable;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_del_responds

@protected BOOL _del_responds;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_delegate

@protected id _delegate;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_doubleAction

@protected SEL _doubleAction;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_drawsGrid

@protected BOOL _drawsGrid;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_editedCell

@protected NSCell* _editedCell;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_editedColumn

@protected int _editedColumn;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_editedRow

@protected int _editedRow;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_gridColor

@protected NSColor* _gridColor;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_headerView

@protected NSTableHeaderView* _headerView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_highlightedTableColumn

@protected NSTableColumn* _highlightedTableColumn;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_intercellSpacing

@protected NSSize _intercellSpacing;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_numberOfColumns

@protected int _numberOfColumns;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_numberOfRows

@protected int _numberOfRows;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_rowHeight

@protected float _rowHeight;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selectedColumn

@protected int _selectedColumn;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selectedColumns

@protected NSMutableIndexSet* _selectedColumns;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selectedRow

@protected int _selectedRow;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selectedRows

@protected NSMutableIndexSet* _selectedRows;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selectingColumns

@protected BOOL _selectingColumns;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_superview_width

@protected float _superview_width;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tableColumns

@protected NSMutableArray* _tableColumns;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_target

@protected id _target;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_textObject

@protected NSText* _textObject;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tilingDisabled

@protected BOOL _tilingDisabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the NSObject(NSTableDataSource) informal protocol

NSObject(NSTableDataSource)

Declared in:
AppKit/NSTableView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

numberOfRowsInTableView: 

- (int) numberOfRowsInTableView: (NSTableView*)aTableView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: acceptDrop: row: dropOperation: 

- (BOOL) tableView: (NSTableView*)tableView acceptDrop: (id)info row: (int)row dropOperation: (NSTableViewDropOperation)operation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: objectValueForTableColumn: row: 

- (id) tableView: (NSTableView*)aTableView objectValueForTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: setObjectValue: forTableColumn: row: 

- (void) tableView: (NSTableView*)aTableView setObjectValue: (id)anObject forTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: validateDrop: proposedRow: proposedDropOperation: 

- (NSDragOperation) tableView: (NSTableView*)tableView validateDrop: (id)info proposedRow: (int)row proposedDropOperation: (NSTableViewDropOperation)operation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: writeRows: toPasteboard: 

- (BOOL) tableView: (NSTableView*)tableView writeRows: (NSArray*)rows toPasteboard: (NSPasteboard*)pboard;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Software documentation for the NSObject(NSTableViewDelegate) informal protocol

NSObject(NSTableViewDelegate)

Declared in:
AppKit/NSTableView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

selectionShouldChangeInTableView: 

- (BOOL) selectionShouldChangeInTableView: (NSTableView*)aTableView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: didClickTableColumn: 

- (void) tableView: (NSTableView*)tableView didClickTableColumn: (NSTableColumn*)tableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: didDragTableColumn: 

- (void) tableView: (NSTableView*)tableView didDragTableColumn: (NSTableColumn*)tableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: mouseDownInHeaderOfTableColumn: 

- (void) tableView: (NSTableView*)tableView mouseDownInHeaderOfTableColumn: (NSTableColumn*)tableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: shouldEditTableColumn: row: 

- (BOOL) tableView: (NSTableView*)aTableView shouldEditTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: shouldSelectRow: 

- (BOOL) tableView: (NSTableView*)aTableView shouldSelectRow: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: shouldSelectTableColumn: 

- (BOOL) tableView: (NSTableView*)aTableView shouldSelectTableColumn: (NSTableColumn*)aTableColumn;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableView: willDisplayCell: forTableColumn: row: 

- (void) tableView: (NSTableView*)aTableView willDisplayCell: (id)aCell forTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableViewColumnDidMove: 

- (void) tableViewColumnDidMove: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableViewColumnDidResize: 

- (void) tableViewColumnDidResize: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableViewSelectionDidChange: 

- (void) tableViewSelectionDidChange: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tableViewSelectionIsChanging: 

- (void) tableViewSelectionIsChanging: (NSNotification*)aNotification;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Software documentation for the NSTableView(GNUPrivate) category

NSTableView(GNUPrivate)

Declared in:
AppKit/NSTableView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

_selectColumn: modifiers: 

- (void) _selectColumn: (int)columnIndex modifiers: (unsigned int)modifiers;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_sendDoubleActionForColumn: 

- (void) _sendDoubleActionForColumn: (int)columnIndex;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.



Up