C# 클래스 DroidExplorer.Bootstrapper.Panels.DownloadPanel

상속: WizardPanel
파일 보기 프로젝트 열기: camalot/droidexplorer

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DownloadPanel ( IWizard wizard ) : System

Initializes a new instance of the DownloadPanel class.

InitializeWizardPanel ( ) : void

Initializes the wizard panel.

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

비공개 메소드들

메소드 설명
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.

메소드 상세

DownloadPanel() 공개 메소드

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

InitializeComponent() 보호된 메소드

Initializes the component.
protected InitializeComponent ( ) : void
리턴 void

InitializeWizardPanel() 공개 메소드

Initializes the wizard panel.
public InitializeWizardPanel ( ) : void
리턴 void