C# Class Whee.WordBuilder.Cocoa.CocoaResultsDataSource

Inheritance: NSObject, INSTableDataSource
Show file Open project: alfar/WordBuilder Class Usage Examples

Public Methods

Method Description
Add ( Context value ) : void
Clear ( ) : void
CocoaResultsDataSource ( ) : System
CocoaResultsDataSource ( IntPtr nativePointer ) : System
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

Private Methods

Method Description
NumberOfRowsInTableView ( NSTableView aTableView ) : int
TableViewObjectValueForTableColumnRow ( NSTableView aTableView, NSTableColumn aTableColumn, int rowIndex ) : Id

Method Details

Add() public method

public Add ( Context value ) : void
value Whee.WordBuilder.Model.Context
return void

Clear() public method

public Clear ( ) : void
return void

CocoaResultsDataSource() public method

public CocoaResultsDataSource ( ) : System
return System

CocoaResultsDataSource() public method

public CocoaResultsDataSource ( IntPtr nativePointer ) : System
nativePointer System.IntPtr
return System

TableViewAcceptDropRowDropOperation() public method

public TableViewAcceptDropRowDropOperation ( NSTableView aTableView, INSDraggingInfo info, int row, NSTableViewDropOperation operation ) : bool
aTableView NSTableView
info INSDraggingInfo
row int
operation NSTableViewDropOperation
return bool

TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes() public method

public TableViewNamesOfPromisedFilesDroppedAtDestinationForDraggedRowsWithIndexes ( NSTableView aTableView, NSURL dropDestination, NSIndexSet indexSet ) : NSArray
aTableView NSTableView
dropDestination NSURL
indexSet NSIndexSet
return NSArray

TableViewSetObjectValueForTableColumnRow() public method

public TableViewSetObjectValueForTableColumnRow ( NSTableView aTableView, Id anObject, NSTableColumn aTableColumn, int rowIndex ) : void
aTableView NSTableView
anObject Id
aTableColumn NSTableColumn
rowIndex int
return void

TableViewSortDescriptorsDidChange() public method

public TableViewSortDescriptorsDidChange ( NSTableView aTableView, NSArray oldDescriptors ) : void
aTableView NSTableView
oldDescriptors NSArray
return void

TableViewValidateDropProposedRowProposedDropOperation() public method

public TableViewValidateDropProposedRowProposedDropOperation ( NSTableView aTableView, INSDraggingInfo info, int row, NSTableViewDropOperation operation ) : NSDragOperation
aTableView NSTableView
info INSDraggingInfo
row int
operation NSTableViewDropOperation
return NSDragOperation

TableViewWriteRowsWithIndexesToPasteboard() public method

public TableViewWriteRowsWithIndexesToPasteboard ( NSTableView aTableView, NSIndexSet rowIndexes, NSPasteboard pboard ) : bool
aTableView NSTableView
rowIndexes NSIndexSet
pboard NSPasteboard
return bool