C# Class DroidExplorer.Configuration.UI.SdkUIEditor

Inheritance: System.Windows.Forms.Control, IUIEditor
ファイルを表示 Open project: camalot/droidexplorer

Public Methods

Method Description
GetLatestSdkPlatform ( String path ) : bool
SdkUIEditor ( ) : System

Initializes a new instance of the SdkUIEditor class.

SetSourceObject ( object obj ) : void

Sets the source object.

Private Methods

Method Description
GetBuildToolsVersion ( ) : string
InitializeComponent ( ) : void

Initializes the component.

SetControlText ( Control ctrl, string text ) : void

Sets the control text.

VerifySdkPath ( String path ) : bool
browse_Click ( object sender, EventArgs e ) : void

Handles the Click event of the browse control.

Method Details

GetLatestSdkPlatform() public method

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

SdkUIEditor() public method

Initializes a new instance of the SdkUIEditor class.
public SdkUIEditor ( ) : System
return System

SetSourceObject() public method

Sets the source object.
public SetSourceObject ( object obj ) : void
obj object The obj.
return void