C# Class FrequencyAnalyzer.ResultsTaskPane

Afficher le fichier Open project: angusmacdonald/word-frequency-analyzer Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs pe ) : void

Private Methods

Méthode 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 méthode

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

ResultsDisplay() public méthode

public ResultsDisplay ( ResultContainer results ) : void
results ResultContainer
Résultat void

ResultsTaskPane() public méthode

public ResultsTaskPane ( WorkerManager manager ) : System
manager WorkerManager
Résultat System

isCalculating() public méthode

public isCalculating ( bool calculating ) : void
calculating bool
Résultat void

populateTable() public méthode

public populateTable ( ResultContainer results ) : void
results ResultContainer
Résultat void

saveToFile() public méthode

public saveToFile ( ResultContainer results ) : void
results ResultContainer
Résultat void

updateProgress() public méthode

public updateProgress ( int progress ) : void
progress int
Résultat void