C# Class DroidExplorer.Bootstrapper.Panels.DownloadPanel

Inheritance: WizardPanel
Mostra file Open project: camalot/droidexplorer

Private Properties

Property Type Description
CopyStandaloneArchives void
DownloadFile void
DownloadPanel System
DownloadPlatformTools string
DownloadSdkTools string
ExtractPlatformTools void
ExtractSdkTools void
ExtractZip void
FinishStep void
GetRepository System.Xml.XmlDocument
RunSetup void
SdkPathCleanup void
SetupSdkPath void
wizard_CancelRequest void

Public Methods

Method Description
DownloadPanel ( IWizard wizard ) : System

Initializes a new instance of the DownloadPanel class.

InitializeWizardPanel ( ) : void

Initializes the wizard panel.

Protected Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

Private Methods

Method Description
CopyStandaloneArchives ( ) : void
DownloadFile ( string url, string file, int size ) : void

Downloads the file.

DownloadPanel ( ) : System

Initializes a new instance of the DownloadPanel class.

DownloadPlatformTools ( ) : string

Downloads the platform tools.

DownloadSdkTools ( ) : string

Downloads the SDK tools.

ExtractPlatformTools ( string path ) : void

Extracts the platform tools.

ExtractSdkTools ( string path ) : void

Extracts the SDK tools.

ExtractZip ( string zip, string rootFolder, string newFolder, string matchPath ) : void

Extracts the zip.

FinishStep ( ) : void

Finishes the step.

GetRepository ( ) : XmlDocument

Gets the repository.

RunSetup ( ) : void

Runs the setup.

SdkPathCleanup ( ) : void

SDKs the path cleanup.

SetupSdkPath ( ) : void

Setups the SDK path.

wizard_CancelRequest ( object sender, EventArgs e ) : void

Handles the CancelRequest event of the wizard control.

Method Details

DownloadPanel() public method

Initializes a new instance of the DownloadPanel class.
public DownloadPanel ( IWizard wizard ) : System
wizard IWizard The wizard.
return System

InitializeComponent() protected method

Initializes the component.
protected InitializeComponent ( ) : void
return void

InitializeWizardPanel() public method

Initializes the wizard panel.
public InitializeWizardPanel ( ) : void
return void