C# Class Tator.SpudConf.SpudConfEditor

Afficher le fichier Open project: Team2122/SpudConf

Méthodes publiques

Méthode Description
Add ( ) : void
GenerateConfig ( Stream stream ) : void
LoadConfig ( Stream stream ) : void
Remove ( ) : void
Rename ( ) : void
SpudConfEditor ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Add ( ) : void
Résultat void

Dispose() protected méthode

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

GenerateConfig() public méthode

public GenerateConfig ( Stream stream ) : void
stream Stream
Résultat void

LoadConfig() public méthode

public LoadConfig ( Stream stream ) : void
stream Stream
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

Rename() public méthode

public Rename ( ) : void
Résultat void

SpudConfEditor() public méthode

public SpudConfEditor ( ) : System
Résultat System