C# Class Whee.WordBuilder.Cocoa.CocoaResultViewHelper

Inheritance: UIHelpers.IResultViewHelper
Show file Open project: alfar/WordBuilder Class Usage Examples

Public Methods

Method Description
AddColumn ( string title, string accessor ) : void
AddItem ( Model context ) : void
Clear ( ) : void
CocoaResultViewHelper ( NSTableView resultView ) : System
GetAllItems ( ) : List
GetSelectedItems ( ) : List

Private Methods

Method Description
HandleResultViewTableViewSelectionDidChange ( NSNotification aNotification ) : void

Method Details

AddColumn() public method

public AddColumn ( string title, string accessor ) : void
title string
accessor string
return void

AddItem() public method

public AddItem ( Model context ) : void
context Model
return void

Clear() public method

public Clear ( ) : void
return void

CocoaResultViewHelper() public method

public CocoaResultViewHelper ( NSTableView resultView ) : System
resultView NSTableView
return System

GetAllItems() public method

public GetAllItems ( ) : List
return List

GetSelectedItems() public method

public GetSelectedItems ( ) : List
return List