API  1.0.0
<CPTableViewDelegate > Protocol Reference
+ Inheritance diagram for <CPTableViewDelegate >:

Instance Methods

(BOOL) - selectionShouldChangeInTableView:
 
(CPView- tableView:dataViewForTableColumn:row:
 
(void) - tableView:didClickTableColumn:
 
(void) - tableView:didDragTableColumn:
 
(float) - tableView:heightOfRow:
 
(BOOL) - tableView:isGroupRow:
 
(void) - tableView:mouseDownInHeaderOfTableColumn:
 
(CPInteger) - tableView:nextTypeSelectMatchFromRow:toRow:forString:
 
(CPIndexSet- tableView:selectionIndexesForProposedSelection:
 
(BOOL) - tableView:shouldEditTableColumn:row:
 
(BOOL) - tableView:shouldReorderColumn:toColumn:
 
(BOOL) - tableView:shouldSelectRow:
 
(BOOL) - tableView:shouldSelectTableColumn:
 
(BOOL) - tableView:shouldShowViewExpansionForTableColumn:row:
 
(BOOL) - tableView:shouldTrackView:forTableColumn:row:
 
(BOOL) - tableView:shouldTypeSelectForEvent:withCurrentSearchString:
 
(CPString- tableView:toolTipForView:rect:tableColumn:row:mouseLocation:
 
(CPString- tableView:typeSelectStringForTableColumn:row:
 
(CPView- tableView:viewForTableColumn:row:
 
(void) - tableView:willDisplayView:forTableColumn:row:
 
(void) - tableView:willRemoveView:forTableColumn:row:
 
(CPMenu- tableViewMenuForTableColumn:row:
 
(void) - tableViewSelectionDidChange:
 
(void) - tableViewSelectionIsChanging:
 
- Instance Methods inherited from <CPObject>
(Class) - class
 
(BOOL) - conformsToProtocol:
 
(CPString- debugDescription
 
(CPString- description
 
(CPUInteger) - hash
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(BOOL) - respondsToSelector:
 
(id) - self
 
(Class) - superclass
 

Detailed Description

Definition at line 123 of file CPTableView.j.

Method Documentation

◆ selectionShouldChangeInTableView:()

- (BOOL CPTableViewDelegate) selectionShouldChangeInTableView: (CPTableView aTableView
optional

◆ tableView:dataViewForTableColumn:row:()

- (CPView CPTableViewDelegate) tableView: (CPTableView aTableView
dataViewForTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableView:didClickTableColumn:()

- (void CPTableViewDelegate) tableView: (CPTableView aTableView
didClickTableColumn: (CPTableColumn aTableColumn 
optional

◆ tableView:didDragTableColumn:()

- (void CPTableViewDelegate) tableView: (CPTableView aTableView
didDragTableColumn: (CPTableColumn aTableColumn 
optional

◆ tableView:heightOfRow:()

- (float CPTableViewDelegate) tableView: (CPTableView aTableView
heightOfRow: (CPInteger)  aRowIndex 
optional

◆ tableView:isGroupRow:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
isGroupRow: (CPInteger)  aRowIndex 
optional

◆ tableView:mouseDownInHeaderOfTableColumn:()

- (void CPTableViewDelegate) tableView: (CPTableView aTableView
mouseDownInHeaderOfTableColumn: (CPTableColumn aTableColumn 
optional

◆ tableView:nextTypeSelectMatchFromRow:toRow:forString:()

- (CPInteger CPTableViewDelegate) tableView: (CPTableView aTableView
nextTypeSelectMatchFromRow: (CPInteger)  startRow
toRow: (CPInteger)  endRow
forString: (CPString searchString 
optional

◆ tableView:selectionIndexesForProposedSelection:()

- (CPIndexSet CPTableViewDelegate) tableView: (CPTableView aTableView
selectionIndexesForProposedSelection: (CPIndexSet proposedSelectionIndexes 
optional

◆ tableView:shouldEditTableColumn:row:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldEditTableColumn: (CPTableColumn aTableView
row: (CPInteger)  aRowIndex 
optional

◆ tableView:shouldReorderColumn:toColumn:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldReorderColumn: (CPInteger)  columnIndex
toColumn: (NSInteger)  newColumnIndex 
optional

◆ tableView:shouldSelectRow:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldSelectRow: (CPInteger)  aRowIndex 
optional

◆ tableView:shouldSelectTableColumn:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldSelectTableColumn: (CPTableColumn aTableColumn 
optional

◆ tableView:shouldShowViewExpansionForTableColumn:row:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldShowViewExpansionForTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableView:shouldTrackView:forTableColumn:row:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldTrackView: (CPView aView
forTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableView:shouldTypeSelectForEvent:withCurrentSearchString:()

- (BOOL CPTableViewDelegate) tableView: (CPTableView aTableView
shouldTypeSelectForEvent: (CPEvent anEvent
withCurrentSearchString: (CPString searchString 
optional

◆ tableView:toolTipForView:rect:tableColumn:row:mouseLocation:()

- (CPString CPTableViewDelegate) tableView: (CPTableView aTableView
toolTipForView: (CPView aView
rect: (CGRect)  aRect
tableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex
mouseLocation: (CGPoint)  mouseLocation 
optional

◆ tableView:typeSelectStringForTableColumn:row:()

- (CPString CPTableViewDelegate) tableView: (CPTableView aTableView
typeSelectStringForTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableView:viewForTableColumn:row:()

- (CPView CPTableViewDelegate) tableView: (CPTableView aTableView
viewForTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableView:willDisplayView:forTableColumn:row:()

- (void CPTableViewDelegate) tableView: (CPTableView aTableView
willDisplayView: (CPView aView
forTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableView:willRemoveView:forTableColumn:row:()

- (void CPTableViewDelegate) tableView: (CPTableView aTableView
willRemoveView: (CPView aView
forTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableViewMenuForTableColumn:row:()

- (CPMenu CPTableViewDelegate) tableViewMenuForTableColumn: (CPTableColumn aTableColumn
row: (CPInteger)  aRowIndex 
optional

◆ tableViewSelectionDidChange:()

- (void CPTableViewDelegate) tableViewSelectionDidChange: (CPNotification aNotification
optional

◆ tableViewSelectionIsChanging:()

- (void CPTableViewDelegate) tableViewSelectionIsChanging: (CPNotification aNotification
optional

The documentation for this protocol was generated from the following file: