C# 클래스 DroidExplorer.Bootstrapper.UI.WizardForm

상속: System.Windows.Forms.Form, IWizard
파일 보기 프로젝트 열기: camalot/droidexplorer

Private Properties

프로퍼티 타입 설명
BaseNavigate void
BaseNavigate void
InitializeComponent void
LoadConfiguation void
Navigate void
ShowCancel void
ShowError void
back_Click void
bottomPanel_Paint void
cancel_Click void
next_Click void

공개 메소드들

메소드 설명
Back ( ) : void
Cancel ( ) : void
Error ( Exception ex ) : void
GetInstallPath ( ) : string
GetSdkPath ( ) : string

Gets the SDK path.

Next ( ) : void
WizardForm ( ) : System
topPanel_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the topPanel control.

보호된 메소드들

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

Clean up any resources being used.

OnBackClick ( EventArgs e ) : void
OnCancelRequest ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnNextClick ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BaseNavigate ( WizardStep step ) : void
BaseNavigate ( WizardStep step, string additionalText ) : void

Base navigate method

InitializeComponent ( ) : void

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

LoadConfiguation ( ) : void

Loads the configuation.

Navigate ( int index ) : void

Navigates the specified index.

ShowCancel ( ) : void

Shows the cancel.

ShowError ( Exception ex ) : void

Shows the error.

back_Click ( object sender, EventArgs e ) : void

Handles the Click event of the back control.

bottomPanel_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the bottomPanel control.

cancel_Click ( object sender, EventArgs e ) : void
next_Click ( object sender, EventArgs e ) : void

Handles the Click event of the next control.

메소드 상세

Back() 공개 메소드

public Back ( ) : void
리턴 void

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 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

Error() 공개 메소드

public Error ( Exception ex ) : void
ex System.Exception
리턴 void

GetInstallPath() 공개 메소드

public GetInstallPath ( ) : string
리턴 string

GetSdkPath() 공개 메소드

Gets the SDK path.
public GetSdkPath ( ) : string
리턴 string

Next() 공개 메소드

public Next ( ) : void
리턴 void

OnBackClick() 보호된 메소드

protected OnBackClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnCancelRequest() 보호된 메소드

protected OnCancelRequest ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnNextClick() 보호된 메소드

protected OnNextClick ( EventArgs e ) : void
e System.EventArgs
리턴 void

WizardForm() 공개 메소드

public WizardForm ( ) : System
리턴 System

topPanel_Paint() 공개 메소드

Handles the Paint event of the topPanel control.
public topPanel_Paint ( object sender, PaintEventArgs e ) : void
sender object The source of the event.
e PaintEventArgs The instance containing the event data.
리턴 void