C# Class DroidExplorer.Bootstrapper.UI.WizardForm

Inheritance: System.Windows.Forms.Form, IWizard
Afficher le fichier Open project: camalot/droidexplorer

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

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

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

public Back ( ) : void
Résultat void

Cancel() public méthode

public Cancel ( ) : void
Résultat void

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

Error() public méthode

public Error ( Exception ex ) : void
ex System.Exception
Résultat void

GetInstallPath() public méthode

public GetInstallPath ( ) : string
Résultat string

GetSdkPath() public méthode

Gets the SDK path.
public GetSdkPath ( ) : string
Résultat string

Next() public méthode

public Next ( ) : void
Résultat void

OnBackClick() protected méthode

protected OnBackClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnCancelRequest() protected méthode

protected OnCancelRequest ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnNextClick() protected méthode

protected OnNextClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

WizardForm() public méthode

public WizardForm ( ) : System
Résultat System

topPanel_Paint() public méthode

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.
Résultat void