C# Class FC3Editor.UI.ParamCollectionList

Inheritance: System.Windows.Forms.UserControl
Show file Open project: Azerothian/fc3editor

Public Methods

Method Description
ParamCollectionList ( ) : System
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AssignCollectionId ( int id, CollectionInventory entry ) : void
AssignToSelected ( ) : void
GetCurrentItem ( ) : CollectionTreeItem
InitializeComponent ( ) : void
OnValueChanged ( int value ) : void
ParamCollectionList_Load ( object sender, EventArgs e ) : void
UpdateButtons ( ) : void
UpdateList ( ) : void
UpdateSelection ( ) : void
buttonAssign_Click ( object sender, EventArgs e ) : void
buttonClear_Click ( object sender, EventArgs e ) : void
treeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ParamCollectionList() public method

public ParamCollectionList ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void