C# Class DroidExplorer.Bootstrapper.UI.WizardForm

Inheritance: System.Windows.Forms.Form, IWizard
Mostrar archivo Open project: camalot/droidexplorer

Private Properties

Property Type Description
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

Public Methods

Method Description
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.

Protected Methods

Method Description
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

Private Methods

Method Description
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.

Method Details

Back() public method

public Back ( ) : void
return void

Cancel() public method

public Cancel ( ) : void
return void

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

Error() public method

public Error ( Exception ex ) : void
ex System.Exception
return void

GetInstallPath() public method

public GetInstallPath ( ) : string
return string

GetSdkPath() public method

Gets the SDK path.
public GetSdkPath ( ) : string
return string

Next() public method

public Next ( ) : void
return void

OnBackClick() protected method

protected OnBackClick ( EventArgs e ) : void
e System.EventArgs
return void

OnCancelRequest() protected method

protected OnCancelRequest ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnNextClick() protected method

protected OnNextClick ( EventArgs e ) : void
e System.EventArgs
return void

WizardForm() public method

public WizardForm ( ) : System
return System

topPanel_Paint() public method

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.
return void