C# Class DroidExplorer.Configuration.UI.SdkUIEditor

Inheritance: System.Windows.Forms.Control, IUIEditor
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

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

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

public GetLatestSdkPlatform ( String path ) : bool
path String
Résultat bool

SdkUIEditor() public méthode

Initializes a new instance of the SdkUIEditor class.
public SdkUIEditor ( ) : System
Résultat System

SetSourceObject() public méthode

Sets the source object.
public SetSourceObject ( object obj ) : void
obj object The obj.
Résultat void