C# Class DroidExplorer.Bootstrapper.Panels.DownloadPanel

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

Private Properties

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

Méthodes publiques

Méthode Description
DownloadPanel ( IWizard wizard ) : System

Initializes a new instance of the DownloadPanel class.

InitializeWizardPanel ( ) : void

Initializes the wizard panel.

Méthodes protégées

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

Private Methods

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

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

InitializeComponent() protected méthode

Initializes the component.
protected InitializeComponent ( ) : void
Résultat void

InitializeWizardPanel() public méthode

Initializes the wizard panel.
public InitializeWizardPanel ( ) : void
Résultat void