C# Class StoryTeller.UserInterface.Exploring.TreeNode

Inheritance: System.Windows.Controls.TreeViewItem
显示文件 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Add ( TreeNode node ) : void
ClearParent ( ) : void
CollapseAll ( ) : void
Equals ( TreeNode obj ) : bool
ExpandAll ( ) : void
ExpandFirstLevel ( ) : void
InitializeContextMenu ( ) : void
NodeAt ( int index ) : TreeNode
Remove ( TreeNode node ) : void
Reorder ( ) : void
ResetText ( ) : void
ToString ( ) : string
Top ( ) : TreeNode
TreeNode ( ) : System
TreeNode ( INamedItem item ) : System
UpdateIcon ( ) : void

Private Methods

Method Description
TreeNode_ContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
setupHeader ( INamedItem item ) : void
updateParentIcon ( ) : void

Method Details

Add() public method

public Add ( TreeNode node ) : void
node TreeNode
return void

ClearParent() public method

public ClearParent ( ) : void
return void

CollapseAll() public method

public CollapseAll ( ) : void
return void

Equals() public method

public Equals ( TreeNode obj ) : bool
obj TreeNode
return bool

ExpandAll() public method

public ExpandAll ( ) : void
return void

ExpandFirstLevel() public method

public ExpandFirstLevel ( ) : void
return void

InitializeContextMenu() public method

public InitializeContextMenu ( ) : void
return void

NodeAt() public method

public NodeAt ( int index ) : TreeNode
index int
return TreeNode

Remove() public method

public Remove ( TreeNode node ) : void
node TreeNode
return void

Reorder() public method

public Reorder ( ) : void
return void

ResetText() public method

public ResetText ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Top() public method

public Top ( ) : TreeNode
return TreeNode

TreeNode() public method

public TreeNode ( ) : System
return System

TreeNode() public method

public TreeNode ( INamedItem item ) : System
item INamedItem
return System

UpdateIcon() public method

public UpdateIcon ( ) : void
return void