Up
Authors
- Nicola Pero (
n.pero@mi.flashnet.it
)
-
- Pierre-Yves Rivaille (
pyrivail@ens-lyon.fr
)
-
- Fred Kiefer (
fredkiefer@gmx.de
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
Copyright: (C) 2000 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSTableView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
- (void)
addTableColumn: (
NSTableColumn*)aColumn;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsColumnReordering;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsColumnResizing;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsColumnSelection;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsEmptySelection;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsMultipleSelection;
Availability: OpenStep
Description forthcoming.
- (BOOL)
autoresizesAllColumnsToFit;
Availability: OpenStep
Description forthcoming.
- (NSString*)
autosaveName;
Availability: OpenStep
Description forthcoming.
- (BOOL)
autosaveTableColumns;
Availability: OpenStep
Description forthcoming.
- (
NSColor*)
backgroundColor;
Availability: OpenStep
Description forthcoming.
- (void)
beginUpdates;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (BOOL)
canDragRowsWithIndexes: (NSIndexSet*)indexes
atPoint: (NSPoint)point;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSInteger)
clickedColumn;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
clickedRow;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
columnAtPoint: (NSPoint)aPoint;
Availability: OpenStep
Description forthcoming.
- (NSTableViewColumnAutoresizingStyle)
columnAutoresizingStyle;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (NSInteger)
columnForView: (
NSView*)view;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (NSIndexSet*)
columnIndexesInRect: (NSRect)aRect;
Availability: MacOS-X 10.5.0
Returns the indexes of the table columns which
intersects the given rect. The rect is expressed
in the receiver coordinate space. Hidden table columns
are never tested.
- (NSInteger)
columnWithIdentifier: (id)identifier;
Availability: OpenStep
Description forthcoming.
- (NSRange)
columnsInRect: (NSRect)aRect;
Availability: OpenStep
Returns the index range of the table columns which
intersects the given rect. The rect is expressed
in the receiver coordinate space. The returned range can
include hidden table column indexes. This method is
deprecated, use
-columnIndexesInRect:
.
- (
NSView*)
cornerView;
Availability: OpenStep
Description forthcoming.
- (id)
dataSource;
Availability: OpenStep
Description forthcoming.
- (id)
delegate;
Availability: OpenStep
Description forthcoming.
- (void)
deselectAll: (id)sender;
Availability: OpenStep
Description forthcoming.
- (void)
deselectColumn: (NSInteger)columnIndex;
Availability: OpenStep
Description forthcoming.
- (void)
deselectRow: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (SEL)
doubleAction;
Availability: OpenStep
Description forthcoming.
- (
NSImage*)
dragImageForRows: (NSArray*)dragRows
event: (
NSEvent*)dragEvent
dragImageOffset: (NSPoint*)dragImageOffset;
Availability: OpenStep
Description forthcoming.
- (
NSImage*)
dragImageForRowsWithIndexes: (NSIndexSet*)rows
tableColumns: (NSArray*)cols
event: (
NSEvent*)event
offset: (NSPoint*)offset;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
drawBackgroundInClipRect: (NSRect)clipRect;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
drawGridInClipRect: (NSRect)aRect;
Availability: OpenStep
Description forthcoming.
- (void)
drawRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect;
Availability: OpenStep
Description forthcoming.
- (BOOL)
drawsGrid;
Availability: OpenStep
Description forthcoming.
- (void)
editColumn: (NSInteger)columnIndex
row: (NSInteger)rowIndex
withEvent: (
NSEvent*)theEvent
select: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
editedColumn;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
editedRow;
Availability: OpenStep
Description forthcoming.
- (void)
endUpdates;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (NSRect)
frameOfCellAtColumn: (NSInteger)columnIndex
row: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (
NSColor*)
gridColor;
Availability: OpenStep
Description forthcoming.
- (NSTableViewGridLineStyle)
gridStyleMask;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
highlightSelectionInClipRect: (NSRect)clipRect;
Availability: OpenStep
Description forthcoming.
- (
NSTableColumn*)
highlightedTableColumn;
Availability: OpenStep
Description forthcoming.
- (
NSImage*)
indicatorImageInTableColumn: (
NSTableColumn*)aTableColumn;
Availability: OpenStep
Description forthcoming.
- (void)
insertRowsAtIndexes: (NSIndexSet*)indexes
withAnimation: (NSTableViewAnimationOptions)animationOptions;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (NSSize)
intercellSpacing;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isColumnSelected: (NSInteger)columnIndex;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isRowSelected: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
makeViewWithIdentifier: (NSUserInterfaceItemIdentifier)identifier
owner: (id)owner;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
moveColumn: (NSInteger)columnIndex
toColumn: (NSInteger)newIndex;
Availability: OpenStep
Description forthcoming.
- (void)
noteHeightOfRowsWithIndexesChanged: (NSIndexSet*)indexes;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
noteNumberOfRowsChanged;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
numberOfColumns;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
numberOfRows;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
numberOfSelectedColumns;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
numberOfSelectedRows;
Availability: OpenStep
Description forthcoming.
- (
NSCell*)
preparedCellAtColumn: (NSInteger)columnIndex
row: (NSInteger)rowIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (NSRect)
rectOfColumn: (NSInteger)columnIndex;
Availability: OpenStep
Description forthcoming.
- (NSRect)
rectOfRow: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (void)
registerNib: (
NSNib*)nib
forIdentifier: (NSUserInterfaceItemIdentifier)identifier;
Availability: MacOS-X 10.8.0
Description forthcoming.
- (NSDictionary*)
registeredNibsByIdentifier;
Availability: MacOS-X 10.8.0
Description forthcoming.
- (void)
reloadData;
Availability: OpenStep
Description forthcoming.
- (void)
reloadDataForRowIndexes: (NSIndexSet*)rowIndexes
columnIndexes: (NSIndexSet*)columnIndexes;
Availability: MacOS-X 10.6.0
Description forthcoming.
- (void)
removeRowsAtIndexes: (NSIndexSet*)indexes
withAnimation: (NSTableViewAnimationOptions)animationOptions;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
removeTableColumn: (
NSTableColumn*)aColumn;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
rowAtPoint: (NSPoint)aPoint;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
rowForView: (
NSView*)view;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (CGFloat)
rowHeight;
Availability: OpenStep
Description forthcoming.
- (NSTableRowView*)
rowViewAtRow: (NSInteger)row
makeIfNecessary: (BOOL)flag;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (NSRange)
rowsInRect: (NSRect)aRect;
Availability: OpenStep
Description forthcoming.
- (void)
scrollColumnToVisible: (NSInteger)columnIndex;
Availability: OpenStep
Description forthcoming.
- (void)
scrollRowToVisible: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (void)
selectAll: (id)sender;
Availability: OpenStep
Description forthcoming.
- (void)
selectColumn: (NSInteger)columnIndex
byExtendingSelection: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
selectColumnIndexes: (NSIndexSet*)indexes
byExtendingSelection: (BOOL)extend;
Availability: OpenStep
Description forthcoming.
- (void)
selectRow: (NSInteger)rowIndex
byExtendingSelection: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
selectRowIndexes: (NSIndexSet*)indexes
byExtendingSelection: (BOOL)extend;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
selectedColumn;
Availability: OpenStep
Description forthcoming.
- (NSEnumerator*)
selectedColumnEnumerator;
Availability: OpenStep
Description forthcoming.
- (NSIndexSet*)
selectedColumnIndexes;
Availability: OpenStep
Description forthcoming.
- (NSInteger)
selectedRow;
Availability: OpenStep
Description forthcoming.
- (NSEnumerator*)
selectedRowEnumerator;
Availability: OpenStep
Description forthcoming.
- (NSIndexSet*)
selectedRowIndexes;
Availability: OpenStep
Description forthcoming.
- (NSTableViewSelectionHighlightStyle)
selectionHighlightStyle;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setAllowsColumnReordering: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAllowsColumnResizing: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAllowsColumnSelection: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAllowsEmptySelection: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAllowsMultipleSelection: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAutoresizesAllColumnsToFit: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAutosaveName: (NSString*)name;
Availability: OpenStep
Description forthcoming.
- (void)
setAutosaveTableColumns: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)aColor;
Availability: OpenStep
Description forthcoming.
- (void)
setColumnAutoresizingStyle: (NSTableViewColumnAutoresizingStyle)style;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setCornerView: (
NSView*)aView;
Availability: OpenStep
Description forthcoming.
- (void)
setDataSource: (id)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
setDelegate: (id)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
setDoubleAction: (SEL)aSelector;
Availability: OpenStep
Description forthcoming.
- (void)
setDraggingSourceOperationMask: (NSDragOperation)mask
forLocal: (BOOL)isLocal;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setDrawsGrid: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setDropRow: (NSInteger)row
dropOperation: (NSTableViewDropOperation)operation;
Availability: OpenStep
Description forthcoming.
- (void)
setGridColor: (
NSColor*)aColor;
Availability: OpenStep
Description forthcoming.
- (void)
setGridStyleMask: (NSTableViewGridLineStyle)gridType;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setHeaderView: (
NSTableHeaderView*)aHeaderView;
Availability: OpenStep
Description forthcoming.
- (void)
setHighlightedTableColumn: (
NSTableColumn*)aTableColumn;
Availability: OpenStep
Description forthcoming.
- (void)
setIndicatorImage: (
NSImage*)anImage
inTableColumn: (
NSTableColumn*)aTableColumn;
Availability: OpenStep
Description forthcoming.
- (void)
setIntercellSpacing: (NSSize)aSize;
Availability: OpenStep
Description forthcoming.
- (void)
setRowHeight: (CGFloat)rowHeight;
Availability: OpenStep
Description forthcoming.
- (void)
setSelectionHighlightStyle: (NSTableViewSelectionHighlightStyle)s;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
setSortDescriptors: (NSArray*)array;
Availability: MacOS-X 10.3.0
Sets the sort descriptors used to sort the rows and
delegates the sorting to
-tableView:didChangeSortDescriptors
or -outlineView:didChangeSortDescriptors:
in NSOutlineView. The delegate methods can retrieve the new sort descriptors with
-sortDescriptors
and override them with
-setSortDescriptors:
.
The first object in the new sort descriptor
array is the sort descriptor prototype returned by the table column whose header was the last clicked. See -[NSTableColumn sortDescriptorPrototype]. This method is called automatically when you click on a table column header, so you shouldn't need to call it usually. Take note the sort descriptors are encoded by the keyed archiving (rarely used since neither IB or Gorm support to set these directly).
- (void)
setUsesAlternatingRowBackgroundColors: (BOOL)useAlternatingRowColors;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setVerticalMotionCanBeginDrag: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
sizeLastColumnToFit;
Availability: OpenStep
Description forthcoming.
- (NSArray*)
sortDescriptors;
Availability: MacOS-X 10.3.0
Returns the current sort descriptors, usually
updated every time a click happens on a table
column header. By default, returns an empty array.
For a more detailed explanation,
-setSortDescriptors:
.
- (
NSTableColumn*)
tableColumnWithIdentifier: (id)anObject;
Availability: OpenStep
Description forthcoming.
- (NSArray*)
tableColumns;
Availability: OpenStep
Description forthcoming.
- (void)
textDidBeginEditing: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (void)
textDidChange: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (void)
textDidEndEditing: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (BOOL)
textShouldBeginEditing: (
NSText*)textObject;
Availability: OpenStep
Description forthcoming.
- (BOOL)
textShouldEndEditing: (
NSText*)textObject;
Availability: OpenStep
Description forthcoming.
- (void)
tile;
Availability: OpenStep
Description forthcoming.
- (BOOL)
usesAlternatingRowBackgroundColors;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
verticalMotionCanBeginDrag;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
viewAtColumn: (NSInteger)column
row: (NSInteger)row
makeIfNecessary: (BOOL)flag;
Availability: MacOS-X 10.7.0
Description forthcoming.
Instance Variables for NSTableView Class
@protected SEL
_action;
Availability: OpenStep
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.
@protected BOOL
_allowsColumnReordering;
Availability: OpenStep
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.
@protected BOOL
_allowsColumnResizing;
Availability: OpenStep
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.
@protected BOOL
_allowsColumnSelection;
Availability: OpenStep
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.
@protected BOOL
_allowsEmptySelection;
Availability: OpenStep
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.
@protected BOOL
_allowsMultipleSelection;
Availability: OpenStep
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.
@protected BOOL
_autoresizesAllColumnsToFit;
Availability: OpenStep
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.
@protected NSString*
_autosaveName;
Availability: OpenStep
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.
@protected BOOL
_autosaveTableColumns;
Availability: OpenStep
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.
@protected NSColor*
_backgroundColor;
Availability: OpenStep
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.
@protected NSInteger
_beginEndUpdates;
Availability: OpenStep
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.
@protected NSInteger
_clickedColumn;
Availability: OpenStep
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.
@protected NSInteger
_clickedRow;
Availability: OpenStep
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.
@protected CGFloat*
_columnOrigins;
Availability: OpenStep
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.
@protected NSView*
_cornerView;
Availability: OpenStep
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.
@protected id
_dataSource;
Availability: OpenStep
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.
@protected BOOL
_dataSource_editable;
Availability: OpenStep
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.
@protected BOOL
_del_responds;
Availability: OpenStep
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.
@protected id
_delegate;
Availability: OpenStep
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.
@protected SEL
_doubleAction;
Availability: OpenStep
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.
@protected NSDragOperation
_draggingSourceOperationMaskForLocal;
Availability: OpenStep
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.
@protected NSDragOperation
_draggingSourceOperationMaskForRemote;
Availability: OpenStep
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.
@protected BOOL
_drawsGrid;
Availability: OpenStep
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.
@protected NSCell*
_editedCell;
Availability: OpenStep
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.
@protected NSInteger
_editedColumn;
Availability: OpenStep
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.
@protected NSInteger
_editedRow;
Availability: OpenStep
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.
@protected NSColor*
_gridColor;
Availability: OpenStep
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.
@protected NSTableHeaderView*
_headerView;
Availability: OpenStep
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.
@protected NSTableColumn*
_highlightedTableColumn;
Availability: OpenStep
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.
@protected NSSize
_intercellSpacing;
Availability: OpenStep
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.
@protected BOOL
_isValidating;
Availability: OpenStep
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.
@protected NSInteger
_numberOfColumns;
Availability: OpenStep
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.
@protected NSInteger
_numberOfRows;
Availability: OpenStep
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.
@protected NSMapTable*
_pathsToViews;
Availability: OpenStep
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.
@protected NSMutableDictionary*
_registeredNibs;
Availability: OpenStep
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.
@protected NSMutableDictionary*
_registeredViews;
Availability: OpenStep
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.
@protected NSMapTable*
_renderedViewPaths;
Availability: OpenStep
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.
@protected CGFloat
_rowHeight;
Availability: OpenStep
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.
@protected NSMutableDictionary*
_rowViews;
Availability: OpenStep
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.
@protected NSInteger
_selectedColumn;
Availability: OpenStep
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.
@protected NSMutableIndexSet*
_selectedColumns;
Availability: OpenStep
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.
@protected NSInteger
_selectedRow;
Availability: OpenStep
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.
@protected NSMutableIndexSet*
_selectedRows;
Availability: OpenStep
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.
@protected BOOL
_selectingColumns;
Availability: OpenStep
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.
@protected NSTableViewSelectionHighlightStyle
_selectionHighlightStyle;
Availability: OpenStep
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.
@protected NSArray*
_sortDescriptors;
Availability: OpenStep
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.
@protected CGFloat
_superview_width;
Availability: OpenStep
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.
@protected NSMutableArray*
_tableColumns;
Availability: OpenStep
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.
@protected id
_target;
Availability: OpenStep
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.
@protected NSText*
_textObject;
Availability: OpenStep
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.
@protected BOOL
_tilingDisabled;
Availability: OpenStep
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.
@protected BOOL
_usesAlternatingRowBackgroundColors;
Availability: OpenStep
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.
@protected BOOL
_verticalMotionDrag;
Availability: OpenStep
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.
@protected BOOL
_viewBased;
Availability: OpenStep
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.
- Declared in:
- AppKit/NSTableView.h
Availability: OpenStep
Description forthcoming.
- (NSInteger)
numberOfRowsInTableView: (
NSTableView*)aTableView;
Availability: OpenStep
Returns the number of records that the data source
manages for aTableView.
- (BOOL)
tableView: (
NSTableView*)tableView
acceptDrop: (id
)info row: (NSInteger)row dropOperation: (NSTableViewDropOperation)operation;
Availability: OpenStep
Description forthcoming.
- (NSArray*)
tableView: (
NSTableView*)aTableView
namesOfPromisedFilesDroppedAtDestination: (NSURL*)dropDestination
forDraggedRowsWithIndexes: (NSIndexSet*)indexSet;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
tableView: (
NSTableView*)aTableView
objectValueForTableColumn: (
NSTableColumn*)aTableColumn
row: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (void)
tableView: (
NSTableView*)aTableView
setObjectValue: (id)anObject
forTableColumn: (
NSTableColumn*)aTableColumn
row: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (void)
tableView: (
NSTableView*)tableView
sortDescriptorsDidChange: (NSArray*)oldSortDescriptors;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSDragOperation)
tableView: (
NSTableView*)tableView
validateDrop: (id
)info proposedRow: (NSInteger)row proposedDropOperation: (NSTableViewDropOperation)operation;
Availability: OpenStep
Description forthcoming.
- (BOOL)
tableView: (
NSTableView*)tableView
writeRows: (NSArray*)rows
toPasteboard: (
NSPasteboard*)pboard;
Availability: OpenStep
Description forthcoming.
- (BOOL)
tableView: (
NSTableView*)tableView
writeRowsWithIndexes: (NSIndexSet*)rows
toPasteboard: (
NSPasteboard*)pboard;
Availability: MacOS-X 10.4.0
Description forthcoming.
- Declared in:
- AppKit/NSTableView.h
Availability: OpenStep
Description forthcoming.
- (BOOL)
selectionShouldChangeInTableView: (
NSTableView*)aTableView;
Availability: OpenStep
Description forthcoming.
- (
NSCell*)
tableView: (
NSTableView*)aTableView
dataCellForTableColumn: (
NSTableColumn*)aTableColumn
row: (NSInteger)rowIndex;
Availability: MacOS-X 10.5.0
Description forthcoming.
- (void)
tableView: (
NSTableView*)tableView
didAddRowView: (NSTableRowView*)rowView
forRow: (NSInteger)rowIndex;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
tableView: (
NSTableView*)tableView
didClickTableColumn: (
NSTableColumn*)tableColumn;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
tableView: (
NSTableView*)tableView
didDragTableColumn: (
NSTableColumn*)tableColumn;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
tableView: (
NSTableView*)tableView
didRemoveRowView: (NSTableRowView*)rowView
forRow: (NSInteger)rowIndex;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (CGFloat)
tableView: (
NSTableView*)tableView
heightOfRow: (NSInteger)row;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
tableView: (
NSTableView*)tableView
mouseDownInHeaderOfTableColumn: (
NSTableColumn*)tableColumn;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSTableRowView*)
tableView: (
NSTableView*)tableView
rowViewForRow: (NSInteger)rowIndex;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (BOOL)
tableView: (
NSTableView*)aTableView
shouldEditTableColumn: (
NSTableColumn*)aTableColumn
row: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (BOOL)
tableView: (
NSTableView*)aTableView
shouldSelectRow: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (BOOL)
tableView: (
NSTableView*)aTableView
shouldSelectTableColumn: (
NSTableColumn*)aTableColumn;
Availability: OpenStep
Description forthcoming.
- (NSString*)
tableView: (
NSTableView*)tableView
toolTipForCell: (
NSCell*)cell
rect: (NSRect*)rect
tableColumn: (
NSTableColumn*)col
row: (NSInteger)row
mouseLocation: (NSPoint)mouse;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSView*)
tableView: (
NSTableView*)tableView
viewForTableColumn: (
NSTableColumn*)aTableColumn
row: (NSInteger)rowIndex;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
tableView: (
NSTableView*)aTableView
willDisplayCell: (id)aCell
forTableColumn: (
NSTableColumn*)aTableColumn
row: (NSInteger)rowIndex;
Availability: OpenStep
Description forthcoming.
- (void)
tableViewColumnDidMove: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (void)
tableViewColumnDidResize: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (void)
tableViewSelectionDidChange: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (void)
tableViewSelectionIsChanging: (NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSTableView.h
Availability: OpenStep
Description forthcoming.
- (void)
_selectColumn: (NSInteger)columnIndex
modifiers: (unsigned int)modifiers;
Availability: OpenStep
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: (NSInteger)columnIndex;
Availability: OpenStep
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.
- Declared in:
- AppKit/NSTableView.h
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSTableView.h
Availability: OpenStep
Description forthcoming.
Up