C# Class NUnit.Gui.Views.SettingsDialog

Inheritance: System.Windows.Forms.Form, IDialog
显示文件 Open project: nunit/nunit-gui

Public Methods

Method Description
ApplySettings ( ) : void
SettingsDialog ( Form owner, SettingsModel settings ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method 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 method

public ApplySettings ( ) : void
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

SettingsDialog() public method

public SettingsDialog ( Form owner, SettingsModel settings ) : System
owner System.Windows.Forms.Form
settings SettingsModel
return System