C# Class StoryTeller.UserInterface.Exploring.TreeNode

Inheritance: System.Windows.Controls.TreeViewItem
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

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

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

Method Details

Add() public méthode

public Add ( TreeNode node ) : void
node TreeNode
Résultat void

ClearParent() public méthode

public ClearParent ( ) : void
Résultat void

CollapseAll() public méthode

public CollapseAll ( ) : void
Résultat void

Equals() public méthode

public Equals ( TreeNode obj ) : bool
obj TreeNode
Résultat bool

ExpandAll() public méthode

public ExpandAll ( ) : void
Résultat void

ExpandFirstLevel() public méthode

public ExpandFirstLevel ( ) : void
Résultat void

InitializeContextMenu() public méthode

public InitializeContextMenu ( ) : void
Résultat void

NodeAt() public méthode

public NodeAt ( int index ) : TreeNode
index int
Résultat TreeNode

Remove() public méthode

public Remove ( TreeNode node ) : void
node TreeNode
Résultat void

Reorder() public méthode

public Reorder ( ) : void
Résultat void

ResetText() public méthode

public ResetText ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Top() public méthode

public Top ( ) : TreeNode
Résultat TreeNode

TreeNode() public méthode

public TreeNode ( ) : System
Résultat System

TreeNode() public méthode

public TreeNode ( INamedItem item ) : System
item INamedItem
Résultat System

UpdateIcon() public méthode

public UpdateIcon ( ) : void
Résultat void