C# Class FrequencyAnalyzer.ResultsTaskPane

Mostrar archivo Open project: angusmacdonald/word-frequency-analyzer Class Usage Examples

Public Methods

Method Description
ResultsDisplay ( ResultContainer results ) : void
ResultsTaskPane ( WorkerManager manager ) : System
isCalculating ( bool calculating ) : void
populateTable ( ResultContainer results ) : void
saveToFile ( ResultContainer results ) : void
updateProgress ( int progress ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
AddText ( System fs, string value ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ProgressBar ( int value ) : void
ResultsTaskPane_Load ( object sender, EventArgs e ) : void
recalculatebutton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

ResultsDisplay() public method

public ResultsDisplay ( ResultContainer results ) : void
results ResultContainer
return void

ResultsTaskPane() public method

public ResultsTaskPane ( WorkerManager manager ) : System
manager WorkerManager
return System

isCalculating() public method

public isCalculating ( bool calculating ) : void
calculating bool
return void

populateTable() public method

public populateTable ( ResultContainer results ) : void
results ResultContainer
return void

saveToFile() public method

public saveToFile ( ResultContainer results ) : void
results ResultContainer
return void

updateProgress() public method

public updateProgress ( int progress ) : void
progress int
return void