C# 클래스 Views.InstitutionsTab

상속: Gtk.Bin, TabWithDefaultButton
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
DefaultButton ( ) : Gtk.Button
InitialSetup ( ) : void
InstitutionsTab ( ) : System

보호된 메소드들

메소드 설명
OnAddButtonClicked ( object sender, System e ) : void
OnInstitutionSaved ( object sender, System e ) : void
OnInstitutionlistSelectionChanged ( object sender, System e ) : void
OnRemoveButtonClicked ( object sender, System e ) : void

메소드 상세

DefaultButton() 공개 메소드

public DefaultButton ( ) : Gtk.Button
리턴 Gtk.Button

InitialSetup() 공개 메소드

public InitialSetup ( ) : void
리턴 void

InstitutionsTab() 공개 메소드

public InstitutionsTab ( ) : System
리턴 System

OnAddButtonClicked() 보호된 메소드

protected OnAddButtonClicked ( object sender, System e ) : void
sender object
e System
리턴 void

OnInstitutionSaved() 보호된 메소드

protected OnInstitutionSaved ( object sender, System e ) : void
sender object
e System
리턴 void

OnInstitutionlistSelectionChanged() 보호된 메소드

protected OnInstitutionlistSelectionChanged ( object sender, System e ) : void
sender object
e System
리턴 void

OnRemoveButtonClicked() 보호된 메소드

protected OnRemoveButtonClicked ( object sender, System e ) : void
sender object
e System
리턴 void