C# Class DroidExplorer.Bootstrapper.Panels.UseExistingSdkPanel

Inheritance: WizardPanel
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
GetLatestSdkPlatform ( string path ) : bool
InitializeWizardPanel ( ) : void
UseExistingSdkPanel ( IWizard wizard ) : System

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Private Methods

Méthode Description
CheckForInstalledSDK ( ) : string
SetupSdkPath ( string path ) : void
UseExistingSdkPanel ( ) : System
VerifySdkPath ( String path ) : bool
browse_Click ( object sender, EventArgs e ) : void
downloadSdkLink_Click ( object sender, EventArgs e ) : void
wizard_NextClick ( object sender, EventArgs e ) : void

Method Details

GetLatestSdkPlatform() public méthode

public GetLatestSdkPlatform ( string path ) : bool
path string
Résultat bool

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

InitializeWizardPanel() public méthode

public InitializeWizardPanel ( ) : void
Résultat void

UseExistingSdkPanel() public méthode

public UseExistingSdkPanel ( IWizard wizard ) : System
wizard IWizard
Résultat System