C# Class NUnit.Gui.Views.SettingsDialog

Inheritance: System.Windows.Forms.Form, IDialog
Afficher le fichier Open project: nunit/nunit-gui

Méthodes publiques

Méthode Description
ApplySettings ( ) : void
SettingsDialog ( Form owner, SettingsModel settings ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
AddBranchToTree ( TreeNodeCollection nodes, string key ) : void
FindNode ( TreeNodeCollection nodes, string key ) : TreeNode
FindOrAddNode ( TreeNodeCollection nodes, string name ) : TreeNode
FindPage ( string key ) : NUnit.Gui.Views.SettingsPage
IDialog ( ) : void
SelectFirstPage ( TreeNodeCollection nodes ) : void
SelectInitialPage ( ) : void
SelectPage ( string initialPage ) : void
okButton_Click ( object sender, System e ) : void
treeView1_AfterCollapse ( object sender, System e ) : void
treeView1_AfterExpand ( object sender, System e ) : void
treeView1_AfterSelect ( object sender, System e ) : void

Method Details

ApplySettings() public méthode

public ApplySettings ( ) : void
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

SettingsDialog() public méthode

public SettingsDialog ( Form owner, SettingsModel settings ) : System
owner System.Windows.Forms.Form
settings SettingsModel
Résultat System