C# Class Views.InstitutionsTab

Inheritance: Gtk.Bin, TabWithDefaultButton
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
DefaultButton ( ) : Gtk.Button
InitialSetup ( ) : void
InstitutionsTab ( ) : System

Protected Methods

Method Description
OnAddButtonClicked ( object sender, System e ) : void
OnInstitutionSaved ( object sender, System e ) : void
OnInstitutionlistSelectionChanged ( object sender, System e ) : void
OnRemoveButtonClicked ( object sender, System e ) : void

Method Details

DefaultButton() public method

public DefaultButton ( ) : Gtk.Button
return Gtk.Button

InitialSetup() public method

public InitialSetup ( ) : void
return void

InstitutionsTab() public method

public InstitutionsTab ( ) : System
return System

OnAddButtonClicked() protected method

protected OnAddButtonClicked ( object sender, System e ) : void
sender object
e System
return void

OnInstitutionSaved() protected method

protected OnInstitutionSaved ( object sender, System e ) : void
sender object
e System
return void

OnInstitutionlistSelectionChanged() protected method

protected OnInstitutionlistSelectionChanged ( object sender, System e ) : void
sender object
e System
return void

OnRemoveButtonClicked() protected method

protected OnRemoveButtonClicked ( object sender, System e ) : void
sender object
e System
return void