Up
Authors
- Nicola Pero (
n.pero@mi.flashnet.it
)
-
- Pierre-Yves Rivaille (
pyrivail@ens-lyon.fr
)
-
Copyright: (C) 2000 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSTableView.h
Standards:
Description forthcoming.
Method summary
- (void) addTableColumn: (NSTableColumn*)aColumn;
Description forthcoming.
- (BOOL) allowsColumnReordering;
Description forthcoming.
- (BOOL) allowsColumnResizing;
Description forthcoming.
- (BOOL) allowsColumnSelection;
Description forthcoming.
- (BOOL) allowsEmptySelection;
Description forthcoming.
- (BOOL) allowsMultipleSelection;
Description forthcoming.
- (BOOL) autoresizesAllColumnsToFit;
Description forthcoming.
- (NSString*) autosaveName;
Description forthcoming.
- (BOOL) autosaveTableColumns;
Description forthcoming.
- (NSColor*) backgroundColor;
Description forthcoming.
- (int) clickedColumn;
Description forthcoming.
- (int) clickedRow;
Description forthcoming.
- (int) columnAtPoint: (NSPoint)aPoint;
Description forthcoming.
- (int) columnWithIdentifier: (id)identifier;
Description forthcoming.
- (NSRange) columnsInRect: (NSRect)aRect;
Description forthcoming.
- (NSView*) cornerView;
Description forthcoming.
- (id) dataSource;
Description forthcoming.
- (id) delegate;
Description forthcoming.
- (void) deselectAll: (id)sender;
Description forthcoming.
- (void) deselectColumn: (int)columnIndex;
Description forthcoming.
- (void) deselectRow: (int)rowIndex;
Description forthcoming.
- (SEL) doubleAction;
Description forthcoming.
- (NSImage*) dragImageForRows: (NSArray*)dragRows event: (NSEvent*)dragEvent dragImageOffset: (NSPoint*)dragImageOffset;
Description forthcoming.
- (void) drawGridInClipRect: (NSRect)aRect;
Description forthcoming.
- (void) drawRow: (int)rowIndex clipRect: (NSRect)clipRect;
Description forthcoming.
- (BOOL) drawsGrid;
Description forthcoming.
- (void) editColumn: (int)columnIndex row: (int)rowIndex withEvent: (NSEvent*)theEvent select: (BOOL)flag;
Description forthcoming.
- (int) editedColumn;
Description forthcoming.
- (int) editedRow;
Description forthcoming.
- (NSRect) frameOfCellAtColumn: (int)columnIndex row: (int)rowIndex;
Description forthcoming.
- (NSColor*) gridColor;
Description forthcoming.
- (NSTableHeaderView*) headerView;
Description forthcoming.
- (void) highlightSelectionInClipRect: (NSRect)clipRect;
Description forthcoming.
- (NSTableColumn*) highlightedTableColumn;
Description forthcoming.
- (NSImage*) indicatorImageInTableColumn: (NSTableColumn*)aTableColumn;
Description forthcoming.
- (NSSize) intercellSpacing;
Description forthcoming.
- (BOOL) isColumnSelected: (int)columnIndex;
Description forthcoming.
- (BOOL) isRowSelected: (int)rowIndex;
Description forthcoming.
- (void) moveColumn: (int)columnIndex toColumn: (int)newIndex;
Description forthcoming.
- (void) noteNumberOfRowsChanged;
Description forthcoming.
- (int) numberOfColumns;
Description forthcoming.
- (int) numberOfRows;
Description forthcoming.
- (int) numberOfSelectedColumns;
Description forthcoming.
- (int) numberOfSelectedRows;
Description forthcoming.
- (NSRect) rectOfColumn: (int)columnIndex;
Description forthcoming.
- (NSRect) rectOfRow: (int)rowIndex;
Description forthcoming.
- (void) reloadData;
Description forthcoming.
- (void) removeTableColumn: (NSTableColumn*)aColumn;
Description forthcoming.
- (int) rowAtPoint: (NSPoint)aPoint;
Description forthcoming.
- (float) rowHeight;
Description forthcoming.
- (NSRange) rowsInRect: (NSRect)aRect;
Description forthcoming.
- (void) scrollColumnToVisible: (int)columnIndex;
Description forthcoming.
- (void) scrollRowToVisible: (int)rowIndex;
Description forthcoming.
- (void) selectAll: (id)sender;
Description forthcoming.
- (void) selectColumn: (int)columnIndex byExtendingSelection: (BOOL)flag;
Description forthcoming.
- (void) selectRow: (int)rowIndex byExtendingSelection: (BOOL)flag;
Description forthcoming.
- (int) selectedColumn;
Description forthcoming.
- (NSEnumerator*) selectedColumnEnumerator;
Description forthcoming.
- (int) selectedRow;
Description forthcoming.
- (NSEnumerator*) selectedRowEnumerator;
Description forthcoming.
- (void) setAllowsColumnReordering: (BOOL)flag;
Description forthcoming.
- (void) setAllowsColumnResizing: (BOOL)flag;
Description forthcoming.
- (void) setAllowsColumnSelection: (BOOL)flag;
Description forthcoming.
- (void) setAllowsEmptySelection: (BOOL)flag;
Description forthcoming.
- (void) setAllowsMultipleSelection: (BOOL)flag;
Description forthcoming.
- (void) setAutoresizesAllColumnsToFit: (BOOL)flag;
Description forthcoming.
- (void) setAutosaveName: (NSString*)name;
Description forthcoming.
- (void) setAutosaveTableColumns: (BOOL)flag;
Description forthcoming.
- (void) setBackgroundColor: (NSColor*)aColor;
Description forthcoming.
- (void) setCornerView: (NSView*)aView;
Description forthcoming.
- (void) setDataSource: (id)anObject;
Description forthcoming.
- (void) setDelegate: (id)anObject;
Description forthcoming.
- (void) setDoubleAction: (SEL)aSelector;
Description forthcoming.
- (void) setDrawsGrid: (BOOL)flag;
Description forthcoming.
- (void) setDropRow: (int)row dropOperation: (NSTableViewDropOperation)operation;
Description forthcoming.
- (void) setFrame: (NSRect)frameRect;
Description forthcoming.
- (void) setGridColor: (NSColor*)aColor;
Description forthcoming.
- (void) setHeaderView: (NSTableHeaderView*)aHeaderView;
Description forthcoming.
- (void) setHighlightedTableColumn: (NSTableColumn*)aTableColumn;
Description forthcoming.
- (void) setIndicatorImage: (NSImage*)anImage inTableColumn: (NSTableColumn*)aTableColumn;
Description forthcoming.
- (void) setIntercellSpacing: (NSSize)aSize;
Description forthcoming.
- (void) setRowHeight: (float)rowHeight;
Description forthcoming.
- (void) setVerticalMotionCanBeginDrag: (BOOL)flag;
Description forthcoming.
- (void) sizeLastColumnToFit;
Description forthcoming.
- (NSTableColumn*) tableColumnWithIdentifier: (id)anObject;
Description forthcoming.
- (NSArray*) tableColumns;
Description forthcoming.
- (void) textDidBeginEditing: (NSNotification*)aNotification;
Description forthcoming.
- (void) textDidChange: (NSNotification*)aNotification;
Description forthcoming.
- (void) textDidEndEditing: (NSNotification*)aNotification;
Description forthcoming.
- (BOOL) textShouldBeginEditing: (NSText*)textObject;
Description forthcoming.
- (BOOL) textShouldEndEditing: (NSText*)textObject;
Description forthcoming.
- (void) tile;
Description forthcoming.
- (BOOL) verticalMotionCanBeginDrag;
Description forthcoming.
- Declared in:
- AppKit/NSTableView.h
Standards:
Description forthcoming.
Method summary
- (int) numberOfRowsInTableView: (NSTableView*)aTableView;
Description forthcoming.
- (BOOL) tableView: (NSTableView*)tableView acceptDrop: (id<NSDraggingInfo>)info row: (int)row dropOperation: (NSTableViewDropOperation)operation;
Description forthcoming.
- (id) tableView: (NSTableView*)aTableView objectValueForTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Description forthcoming.
- (void) tableView: (NSTableView*)aTableView setObjectValue: (id)anObject forTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Description forthcoming.
- (NSDragOperation) tableView: (NSTableView*)tableView validateDrop: (id<NSDraggingInfo>)info proposedRow: (int)row proposedDropOperation: (NSTableViewDropOperation)operation;
Description forthcoming.
- (BOOL) tableView: (NSTableView*)tableView writeRows: (NSArray*)rows toPasteboard: (NSPasteboard*)pboard;
Description forthcoming.
- Declared in:
- AppKit/NSTableView.h
Standards:
Description forthcoming.
Method summary
- (BOOL) selectionShouldChangeInTableView: (NSTableView*)aTableView;
Description forthcoming.
- (void) tableView: (NSTableView*)tableView didClickTableColumn: (NSTableColumn*)tableColumn;
Description forthcoming.
- (void) tableView: (NSTableView*)tableView didDragTableColumn: (NSTableColumn*)tableColumn;
Description forthcoming.
- (void) tableView: (NSTableView*)tableView mouseDownInHeaderOfTableColumn: (NSTableColumn*)tableColumn;
Description forthcoming.
- (BOOL) tableView: (NSTableView*)aTableView shouldEditTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Description forthcoming.
- (BOOL) tableView: (NSTableView*)aTableView shouldSelectRow: (int)rowIndex;
Description forthcoming.
- (BOOL) tableView: (NSTableView*)aTableView shouldSelectTableColumn: (NSTableColumn*)aTableColumn;
Description forthcoming.
- (void) tableView: (NSTableView*)aTableView willDisplayCell: (id)aCell forTableColumn: (NSTableColumn*)aTableColumn row: (int)rowIndex;
Description forthcoming.
- (void) tableViewColumnDidMove: (NSNotification*)aNotification;
Description forthcoming.
- (void) tableViewColumnDidResize: (NSNotification*)aNotification;
Description forthcoming.
- (void) tableViewSelectionDidChange: (NSNotification*)aNotification;
Description forthcoming.
- (void) tableViewSelectionIsChanging: (NSNotification*)aNotification;
Description forthcoming.
- Declared in:
- AppKit/NSTableView.h
Standards:
Description forthcoming.
Method summary
- (void) _selectColumn: (int)columnIndex modifiers: (unsigned int)modifiers;
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.
- (void) _sendDoubleActionForColumn: (int)columnIndex;
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