Method | Description | |
---|---|---|
Add ( |
||
Clear ( ) : void | ||
CocoaResultsDataSource ( ) : System | ||
CocoaResultsDataSource ( |
||
TableViewAcceptDropRowDropOperation ( NSTableView aTableView, INSDraggingInfo info, int row, NSTableViewDropOperation operation ) : bool | ||
TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes ( NSTableView aTableView, NSURL dropDestination, NSIndexSet indexSet ) : NSArray | ||
TableViewSetObjectValueForTableColumnRow ( NSTableView aTableView, Id anObject, NSTableColumn aTableColumn, int rowIndex ) : void | ||
TableViewSortDescriptorsDidChange ( NSTableView aTableView, NSArray oldDescriptors ) : void | ||
TableViewValidateDropProposedRowProposedDropOperation ( NSTableView aTableView, INSDraggingInfo info, int row, NSTableViewDropOperation operation ) : NSDragOperation | ||
TableViewWriteRowsWithIndexesToPasteboard ( NSTableView aTableView, NSIndexSet rowIndexes, NSPasteboard pboard ) : bool |
Method | Description | |
---|---|---|
NumberOfRowsInTableView ( NSTableView aTableView ) : int | ||
TableViewObjectValueForTableColumnRow ( NSTableView aTableView, NSTableColumn aTableColumn, int rowIndex ) : Id |
public Add ( |
||
value | ||
return | void |
public CocoaResultsDataSource ( |
||
nativePointer | ||
return | System |
public TableViewAcceptDropRowDropOperation ( NSTableView aTableView, INSDraggingInfo info, int row, NSTableViewDropOperation operation ) : bool | ||
aTableView | NSTableView | |
info | INSDraggingInfo | |
row | int | |
operation | NSTableViewDropOperation | |
return | bool |
public TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes ( NSTableView aTableView, NSURL dropDestination, NSIndexSet indexSet ) : NSArray | ||
aTableView | NSTableView | |
dropDestination | NSURL | |
indexSet | NSIndexSet | |
return | NSArray |
public TableViewSetObjectValueForTableColumnRow ( NSTableView aTableView, Id anObject, NSTableColumn aTableColumn, int rowIndex ) : void | ||
aTableView | NSTableView | |
anObject | Id | |
aTableColumn | NSTableColumn | |
rowIndex | int | |
return | void |
public TableViewSortDescriptorsDidChange ( NSTableView aTableView, NSArray oldDescriptors ) : void | ||
aTableView | NSTableView | |
oldDescriptors | NSArray | |
return | void |
public TableViewValidateDropProposedRowProposedDropOperation ( NSTableView aTableView, INSDraggingInfo info, int row, NSTableViewDropOperation operation ) : NSDragOperation | ||
aTableView | NSTableView | |
info | INSDraggingInfo | |
row | int | |
operation | NSTableViewDropOperation | |
return | NSDragOperation |
public TableViewWriteRowsWithIndexesToPasteboard ( NSTableView aTableView, NSIndexSet rowIndexes, NSPasteboard pboard ) : bool | ||
aTableView | NSTableView | |
rowIndexes | NSIndexSet | |
pboard | NSPasteboard | |
return | bool |