C# Class Tator.SpudConf.SpudConfEditor

Mostra file Open project: Team2122/SpudConf

Public Methods

Method Description
Add ( ) : void
GenerateConfig ( Stream stream ) : void
LoadConfig ( Stream stream ) : void
Remove ( ) : void
Rename ( ) : void
SpudConfEditor ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopulateTreeView ( bool clear = true ) : void
SelectNode ( string key ) : void
SetEditor ( DataEditor editor ) : void
toolStripItemAdd_Click ( object sender, EventArgs e ) : void
toolStripItemRemove_Click ( object sender, EventArgs e ) : void
toolStripItemRename_Click ( object sender, EventArgs e ) : void
treeViewGUI_AfterLabelEdit ( object sender, NodeLabelEditEventArgs e ) : void
treeViewGUI_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeViewGUI_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
updateConfigFromEditor ( object sender, EventArgs e ) : void

Method Details

Add() public method

public Add ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GenerateConfig() public method

public GenerateConfig ( Stream stream ) : void
stream Stream
return void

LoadConfig() public method

public LoadConfig ( Stream stream ) : void
stream Stream
return void

Remove() public method

public Remove ( ) : void
return void

Rename() public method

public Rename ( ) : void
return void

SpudConfEditor() public method

public SpudConfEditor ( ) : System
return System