C# Class DroidExplorer.Bootstrapper.Panels.UseExistingSdkPanel

Inheritance: WizardPanel
Exibir arquivo Open project: camalot/droidexplorer

Public Methods

Method Description
GetLatestSdkPlatform ( string path ) : bool
InitializeWizardPanel ( ) : void
UseExistingSdkPanel ( IWizard wizard ) : System

Protected Methods

Method Description
InitializeComponent ( ) : void

Private Methods

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

public GetLatestSdkPlatform ( string path ) : bool
path string
return bool

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void

InitializeWizardPanel() public method

public InitializeWizardPanel ( ) : void
return void

UseExistingSdkPanel() public method

public UseExistingSdkPanel ( IWizard wizard ) : System
wizard IWizard
return System