mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 15:11:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
737 lines
19 KiB
HTML
737 lines
19 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSTableView</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSTableView</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Nicola Pero(<a href="mailto:n.pero@mi.flashnet.it"><code>
|
|
n.pero@mi.flashnet.it
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Pierre-Yves Rivaille(<a href="mailto:pyrivail@ens-lyon.fr"><code>
|
|
pyrivail@ens-lyon.fr
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p>Copyright: (C) 2000 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSTableView class
|
|
</h1>
|
|
<h2><a name="class$NSTableView">NSTableView</a> : <a href="NSControl.html#class$NSControl">NSControl</a></h2>
|
|
Declared: AppKit/NSTableView.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>addTableColumn:</a></h3>
|
|
- (void) <b>addTableColumn:</b> (NSTableColumn*)aColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>allowsColumnReordering</a></h3>
|
|
- (BOOL) <b>allowsColumnReordering</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>allowsColumnResizing</a></h3>
|
|
- (BOOL) <b>allowsColumnResizing</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>allowsColumnSelection</a></h3>
|
|
- (BOOL) <b>allowsColumnSelection</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>allowsEmptySelection</a></h3>
|
|
- (BOOL) <b>allowsEmptySelection</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>allowsMultipleSelection</a></h3>
|
|
- (BOOL) <b>allowsMultipleSelection</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>autoresizesAllColumnsToFit</a></h3>
|
|
- (BOOL) <b>autoresizesAllColumnsToFit</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>autosaveName</a></h3>
|
|
- (NSString*) <b>autosaveName</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>autosaveTableColumns</a></h3>
|
|
- (BOOL) <b>autosaveTableColumns</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>backgroundColor</a></h3>
|
|
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>clickedColumn</a></h3>
|
|
- (int) <b>clickedColumn</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>clickedRow</a></h3>
|
|
- (int) <b>clickedRow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>columnAtPoint:</a></h3>
|
|
- (int) <b>columnAtPoint:</b> (NSPoint)aPoint;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>columnWithIdentifier:</a></h3>
|
|
- (int) <b>columnWithIdentifier:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>columnsInRect:</a></h3>
|
|
- (NSRange) <b>columnsInRect:</b> (NSRect)aRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>cornerView</a></h3>
|
|
- (<a href="NSView.html#class$NSView">NSView</a>*) <b>cornerView</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>dataSource</a></h3>
|
|
- (id) <b>dataSource</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>delegate</a></h3>
|
|
- (id) <b>delegate</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>deselectAll:</a></h3>
|
|
- (void) <b>deselectAll:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>deselectColumn:</a></h3>
|
|
- (void) <b>deselectColumn:</b> (int)columnIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>deselectRow:</a></h3>
|
|
- (void) <b>deselectRow:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>doubleAction</a></h3>
|
|
- (SEL) <b>doubleAction</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>dragImageForRows:event:dragImageOffset:</a></h3>
|
|
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>dragImageForRows:</b> (NSArray*)dragRows<b> event:</b> (<a href="NSEvent.html#class$NSEvent">NSEvent</a>*)dragEvent<b> dragImageOffset:</b> (NSPoint*)dragImageOffset;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawGridInClipRect:</a></h3>
|
|
- (void) <b>drawGridInClipRect:</b> (NSRect)aRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawRow:clipRect:</a></h3>
|
|
- (void) <b>drawRow:</b> (int)rowIndex<b> clipRect:</b> (NSRect)aRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>drawsGrid</a></h3>
|
|
- (BOOL) <b>drawsGrid</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>editColumn:row:withEvent:select:</a></h3>
|
|
- (void) <b>editColumn:</b> (int)columnIndex<b> row:</b> (int)rowIndex<b> withEvent:</b> (<a href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent<b> select:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>editedColumn</a></h3>
|
|
- (int) <b>editedColumn</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>editedRow</a></h3>
|
|
- (int) <b>editedRow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>frameOfCellAtColumn:row:</a></h3>
|
|
- (NSRect) <b>frameOfCellAtColumn:</b> (int)columnIndex<b> row:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>gridColor</a></h3>
|
|
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>gridColor</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>headerView</a></h3>
|
|
- (<a href="NSTableHeaderView.html#class$NSTableHeaderView">NSTableHeaderView</a>*) <b>headerView</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>highlightSelectionInClipRect:</a></h3>
|
|
- (void) <b>highlightSelectionInClipRect:</b> (NSRect)clipRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>highlightedTableColumn</a></h3>
|
|
- (NSTableColumn*) <b>highlightedTableColumn</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>indicatorImageInTableColumn:</a></h3>
|
|
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>indicatorImageInTableColumn:</b> (NSTableColumn*)aTableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>intercellSpacing</a></h3>
|
|
- (NSSize) <b>intercellSpacing</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isColumnSelected:</a></h3>
|
|
- (BOOL) <b>isColumnSelected:</b> (int)columnIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isRowSelected:</a></h3>
|
|
- (BOOL) <b>isRowSelected:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>moveColumn:toColumn:</a></h3>
|
|
- (void) <b>moveColumn:</b> (int)columnIndex<b> toColumn:</b> (int)newIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>noteNumberOfRowsChanged</a></h3>
|
|
- (void) <b>noteNumberOfRowsChanged</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>numberOfColumns</a></h3>
|
|
- (int) <b>numberOfColumns</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>numberOfRows</a></h3>
|
|
- (int) <b>numberOfRows</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>numberOfSelectedColumns</a></h3>
|
|
- (int) <b>numberOfSelectedColumns</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>numberOfSelectedRows</a></h3>
|
|
- (int) <b>numberOfSelectedRows</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>rectOfColumn:</a></h3>
|
|
- (NSRect) <b>rectOfColumn:</b> (int)columnIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>rectOfRow:</a></h3>
|
|
- (NSRect) <b>rectOfRow:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>reloadData</a></h3>
|
|
- (void) <b>reloadData</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>removeTableColumn:</a></h3>
|
|
- (void) <b>removeTableColumn:</b> (NSTableColumn*)aColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>rowAtPoint:</a></h3>
|
|
- (int) <b>rowAtPoint:</b> (NSPoint)aPoint;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>rowHeight</a></h3>
|
|
- (float) <b>rowHeight</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>rowsInRect:</a></h3>
|
|
- (NSRange) <b>rowsInRect:</b> (NSRect)aRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>scrollColumnToVisible:</a></h3>
|
|
- (void) <b>scrollColumnToVisible:</b> (int)columnIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>scrollRowToVisible:</a></h3>
|
|
- (void) <b>scrollRowToVisible:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectAll:</a></h3>
|
|
- (void) <b>selectAll:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectColumn:byExtendingSelection:</a></h3>
|
|
- (void) <b>selectColumn:</b> (int)columnIndex<b> byExtendingSelection:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectRow:byExtendingSelection:</a></h3>
|
|
- (void) <b>selectRow:</b> (int)rowIndex<b> byExtendingSelection:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectedColumn</a></h3>
|
|
- (int) <b>selectedColumn</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectedColumnEnumerator</a></h3>
|
|
- (NSEnumerator*) <b>selectedColumnEnumerator</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectedRow</a></h3>
|
|
- (int) <b>selectedRow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>selectedRowEnumerator</a></h3>
|
|
- (NSEnumerator*) <b>selectedRowEnumerator</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAllowsColumnReordering:</a></h3>
|
|
- (void) <b>setAllowsColumnReordering:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAllowsColumnResizing:</a></h3>
|
|
- (void) <b>setAllowsColumnResizing:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAllowsColumnSelection:</a></h3>
|
|
- (void) <b>setAllowsColumnSelection:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAllowsEmptySelection:</a></h3>
|
|
- (void) <b>setAllowsEmptySelection:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAllowsMultipleSelection:</a></h3>
|
|
- (void) <b>setAllowsMultipleSelection:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAutoresizesAllColumnsToFit:</a></h3>
|
|
- (void) <b>setAutoresizesAllColumnsToFit:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAutosaveName:</a></h3>
|
|
- (void) <b>setAutosaveName:</b> (NSString*)name;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAutosaveTableColumns:</a></h3>
|
|
- (void) <b>setAutosaveTableColumns:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setBackgroundColor:</a></h3>
|
|
- (void) <b>setBackgroundColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setCornerView:</a></h3>
|
|
- (void) <b>setCornerView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)aView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDataSource:</a></h3>
|
|
- (void) <b>setDataSource:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDelegate:</a></h3>
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDoubleAction:</a></h3>
|
|
- (void) <b>setDoubleAction:</b> (SEL)aSelector;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDrawsGrid:</a></h3>
|
|
- (void) <b>setDrawsGrid:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDropRow:dropOperation:</a></h3>
|
|
- (void) <b>setDropRow:</b> (int)row<b> dropOperation:</b> (NSTableViewDropOperation)operation;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setFrame:</a></h3>
|
|
- (void) <b>setFrame:</b> (NSRect)aRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setGridColor:</a></h3>
|
|
- (void) <b>setGridColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setHeaderView:</a></h3>
|
|
- (void) <b>setHeaderView:</b> (<a href="NSTableHeaderView.html#class$NSTableHeaderView">NSTableHeaderView</a>*)aHeaderView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setHighlightedTableColumn:</a></h3>
|
|
- (void) <b>setHighlightedTableColumn:</b> (NSTableColumn*)aTableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setIndicatorImage:inTableColumn:</a></h3>
|
|
- (void) <b>setIndicatorImage:</b> (<a href="NSImage.html#class$NSImage">NSImage</a>*)anImage<b> inTableColumn:</b> (NSTableColumn*)aTableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setIntercellSpacing:</a></h3>
|
|
- (void) <b>setIntercellSpacing:</b> (NSSize)aSize;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setRowHeight:</a></h3>
|
|
- (void) <b>setRowHeight:</b> (float)rowHeight;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setVerticalMotionCanBeginDrag:</a></h3>
|
|
- (void) <b>setVerticalMotionCanBeginDrag:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>sizeLastColumnToFit</a></h3>
|
|
- (void) <b>sizeLastColumnToFit</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableColumnWithIdentifier:</a></h3>
|
|
- (NSTableColumn*) <b>tableColumnWithIdentifier:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableColumns</a></h3>
|
|
- (NSArray*) <b>tableColumns</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textDidBeginEditing:</a></h3>
|
|
- (void) <b>textDidBeginEditing:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textDidChange:</a></h3>
|
|
- (void) <b>textDidChange:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textDidEndEditing:</a></h3>
|
|
- (void) <b>textDidEndEditing:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textShouldBeginEditing:</a></h3>
|
|
- (BOOL) <b>textShouldBeginEditing:</b> (<a href="NSText.html#class$NSText">NSText</a>*)textObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>textShouldEndEditing:</a></h3>
|
|
- (BOOL) <b>textShouldEndEditing:</b> (<a href="NSText.html#class$NSText">NSText</a>*)aTextObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tile</a></h3>
|
|
- (void) <b>tile</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>verticalMotionCanBeginDrag</a></h3>
|
|
- (BOOL) <b>verticalMotionCanBeginDrag</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the
|
|
NSObject(NSTableDataSource)
|
|
category
|
|
</h1>
|
|
<h2>NSObject(<a name="category$NSObject(NSTableDataSource)">NSTableDataSource</a>)</h2>
|
|
Declared: AppKit/NSTableView.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>numberOfRowsInTableView:</a></h3>
|
|
- (int) <b>numberOfRowsInTableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:acceptDrop:row:dropOperation:</a></h3>
|
|
- (BOOL) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)tableView<b> acceptDrop:</b> (id)info<b> row:</b> (int)row<b> dropOperation:</b> (NSTableViewDropOperation)operation;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:objectValueForTableColumn:row:</a></h3>
|
|
- (id) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView<b> objectValueForTableColumn:</b> (NSTableColumn*)aTableColumn<b> row:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:setObjectValue:forTableColumn:row:</a></h3>
|
|
- (void) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView<b> setObjectValue:</b> (id)anObject<b> forTableColumn:</b> (NSTableColumn*)aTableColumn<b> row:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:validateDrop:proposedRow:proposedDropOperation:</a></h3>
|
|
- (NSDragOperation) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)tableView<b> validateDrop:</b> (id)info<b> proposedRow:</b> (int)row<b> proposedDropOperation:</b> (NSTableViewDropOperation)operation;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:writeRows:toPasteboard:</a></h3>
|
|
- (BOOL) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)tableView<b> writeRows:</b> (NSArray*)rows<b> toPasteboard:</b> (<a href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>*)pboard;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the
|
|
NSObject(NSTableViewDelegate)
|
|
category
|
|
</h1>
|
|
<h2>NSObject(<a name="category$NSObject(NSTableViewDelegate)">NSTableViewDelegate</a>)</h2>
|
|
Declared: AppKit/NSTableView.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>selectionShouldChangeInTableView:</a></h3>
|
|
- (BOOL) <b>selectionShouldChangeInTableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:didClickTableColumn:</a></h3>
|
|
- (void) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)tableView<b> didClickTableColumn:</b> (NSTableColumn*)tableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:didDragTableColumn:</a></h3>
|
|
- (void) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)tableView<b> didDragTableColumn:</b> (NSTableColumn*)tableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:mouseDownInHeaderOfTableColumn:</a></h3>
|
|
- (void) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)tableView<b> mouseDownInHeaderOfTableColumn:</b> (NSTableColumn*)tableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:shouldEditTableColumn:row:</a></h3>
|
|
- (BOOL) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView<b> shouldEditTableColumn:</b> (NSTableColumn*)aTableColumn<b> row:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:shouldSelectRow:</a></h3>
|
|
- (BOOL) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView<b> shouldSelectRow:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:shouldSelectTableColumn:</a></h3>
|
|
- (BOOL) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView<b> shouldSelectTableColumn:</b> (NSTableColumn*)aTableColumn;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableView:willDisplayCell:forTableColumn:row:</a></h3>
|
|
- (void) <b>tableView:</b> (<a href="#class$NSTableView">NSTableView</a>*)aTableView<b> willDisplayCell:</b> (id)aCell<b> forTableColumn:</b> (NSTableColumn*)aTableColumn<b> row:</b> (int)rowIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableViewColumnDidMove:</a></h3>
|
|
- (void) <b>tableViewColumnDidMove:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableViewColumnDidResize:</a></h3>
|
|
- (void) <b>tableViewColumnDidResize:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableViewSelectionDidChange:</a></h3>
|
|
- (void) <b>tableViewSelectionDidChange:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>tableViewSelectionIsChanging:</a></h3>
|
|
- (void) <b>tableViewSelectionIsChanging:</b> (NSNotification*)aNotification;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the NSTableView(GNUPrivate)
|
|
category
|
|
</h1>
|
|
<h2><a href="#class$NSTableView">NSTableView</a>(<a name="category$NSTableView(GNUPrivate)">GNUPrivate</a>)</h2>
|
|
Declared: AppKit/NSTableView.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>_selectColumn:modifiers:</a></h3>
|
|
- (void) <b>_selectColumn:</b> (int)columnIndex<b> modifiers:</b> (unsigned int)modifiers;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>_sendDoubleActionForColumn:</a></h3>
|
|
- (void) <b>_sendDoubleActionForColumn:</b> (int)columnIndex;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|