C# 클래스 FrequencyAnalyzer.ResultsTaskPane

파일 보기 프로젝트 열기: angusmacdonald/word-frequency-analyzer 1 사용 예제들

공개 메소드들

메소드 설명
ResultsDisplay ( ResultContainer results ) : void
ResultsTaskPane ( WorkerManager manager ) : System
isCalculating ( bool calculating ) : void
populateTable ( ResultContainer results ) : void
saveToFile ( ResultContainer results ) : void
updateProgress ( int progress ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs pe ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

ResultsDisplay() 공개 메소드

public ResultsDisplay ( ResultContainer results ) : void
results ResultContainer
리턴 void

ResultsTaskPane() 공개 메소드

public ResultsTaskPane ( WorkerManager manager ) : System
manager WorkerManager
리턴 System

isCalculating() 공개 메소드

public isCalculating ( bool calculating ) : void
calculating bool
리턴 void

populateTable() 공개 메소드

public populateTable ( ResultContainer results ) : void
results ResultContainer
리턴 void

saveToFile() 공개 메소드

public saveToFile ( ResultContainer results ) : void
results ResultContainer
리턴 void

updateProgress() 공개 메소드

public updateProgress ( int progress ) : void
progress int
리턴 void