C# Class Open.Testing.Views.AddPackageView

View for defining a new test-package to add to the side bar.
Inheritance: TestHarnessViewBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Свойство Type Description
IconJs string
IconMethod string

Méthodes publiques

Méthode Description
AddPackageView ( ) : System

Constructor.

AddToTestHarness ( ) : AddPackageView

Inserts an instance of the view into the TestHarness' main canvas.

GetPackageInfo ( ) : PackageInfo

Gets the package-info singleton from the currently text settings.

SlideOff ( System.Action onComplete ) : void

Slides the panel off screen.

SlideOn ( System.Action onComplete ) : void

Slides the panel on screen.

UpdateState ( ) : void

Updates the state of the control and it's children.

Méthodes protégées

Méthode Description
OnDisposed ( ) : void

Private Methods

Méthode Description
CreateButton ( string text ) : IconTextButton
FireHidden ( ) : void
FireShowing ( ) : void
InitializeTextbox ( string selector, string icon ) : Textbox
InitializeTextboxes ( ) : void
OnKeydown ( object sender, KeyEventArgs e ) : void
Slide ( string left, System.Action onComplete ) : void

Method Details

AddPackageView() public méthode

Constructor.
public AddPackageView ( ) : System
Résultat System

AddToTestHarness() public static méthode

Inserts an instance of the view into the TestHarness' main canvas.
public static AddToTestHarness ( ) : AddPackageView
Résultat AddPackageView

GetPackageInfo() public méthode

Gets the package-info singleton from the currently text settings.
public GetPackageInfo ( ) : PackageInfo
Résultat Open.Testing.Models.PackageInfo

OnDisposed() protected méthode

protected OnDisposed ( ) : void
Résultat void

SlideOff() public méthode

Slides the panel off screen.
public SlideOff ( System.Action onComplete ) : void
onComplete System.Action Action to invoke upon completion.
Résultat void

SlideOn() public méthode

Slides the panel on screen.
public SlideOn ( System.Action onComplete ) : void
onComplete System.Action Action to invoke upon completion.
Résultat void

UpdateState() public méthode

Updates the state of the control and it's children.
public UpdateState ( ) : void
Résultat void

Property Details

IconJs public_oe static_oe property

public static string IconJs
Résultat string

IconMethod public_oe static_oe property

public static string IconMethod
Résultat string