C# Class FlatRedBall.Glue.Controls.StateListTreeNode

Inheritance: System.Windows.Forms.TreeNode
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
StateListTreeNode ( string text ) : System
UpdateToStates ( List states, List stateCategoryList ) : void

Private Methods

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

public StateListTreeNode ( string text ) : System
text string
Résultat System

UpdateToStates() public méthode

public UpdateToStates ( List states, List stateCategoryList ) : void
states List
stateCategoryList List
Résultat void