C# Class SparkleShare.SparkleDataSource

Inheritance: NSTableViewDataSource
Show file Open project: hbons/SparkleShare Class Usage Examples

Public Properties

Property Type Description
Cells MonoMac.Foundation.NSAttributedString[]
Items List

Public Methods

Method Description
SparkleDataSource ( float backing_scale_factor, List presets ) : System

Private Methods

Method Description
numberOfRowsInTableView ( MonoMac.AppKit.NSTableView table_view ) : int
objectValueForTableColumn ( MonoMac.AppKit.NSTableView table_view, NSTableColumn table_column, int row_index ) : NSObject

Method Details

SparkleDataSource() public method

public SparkleDataSource ( float backing_scale_factor, List presets ) : System
backing_scale_factor float
presets List
return System

Property Details

Cells public property

public NSAttributedString[],MonoMac.Foundation Cells
return MonoMac.Foundation.NSAttributedString[]

Items public property

public List Items
return List