C# Class FlatRedBallProfiler.Managers.TreeViewManager

Show file Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
AddTreeNodesFor void
AppendTimeInMilliseconds void
CreateTreeNode System.Windows.Forms.TreeNode
SetTreeNodeText void

Public Methods

Method Description
Initialize ( TreeView treeView ) : void
RefreshUI ( ) : void

Private Methods

Method Description
AddTreeNodesFor ( FlatRedBall section, TreeNodeCollection treeNodeCollection ) : void
AppendTimeInMilliseconds ( TreeNode mostExpensive ) : void
CreateTreeNode ( FlatRedBall subSection ) : TreeNode
SetTreeNodeText ( FlatRedBall subSection, TreeNode treeNode ) : void

Method Details

Initialize() public method

public Initialize ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
return void

RefreshUI() public method

public RefreshUI ( ) : void
return void