C# Class FlatRedBall.Glue.Controls.StateListTreeNode

Inheritance: System.Windows.Forms.TreeNode
Mostra file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
StateListTreeNode ( string text ) : System
UpdateToStates ( List states, List stateCategoryList ) : void

Private Methods

Method Description
GetTreeNodeFor ( StateSave stateSave, TreeNode parent ) : TreeNode
GetTreeNodeFor ( StateSaveCategory category ) : TreeNode
Sort ( TreeNodeCollection treeNodeCollection ) : void
UpdateStateContainingNode ( List states, TreeNode parentTreeNode ) : void

Method Details

StateListTreeNode() public method

public StateListTreeNode ( string text ) : System
text string
return System

UpdateToStates() public method

public UpdateToStates ( List states, List stateCategoryList ) : void
states List
stateCategoryList List
return void